UNPKG

grunt-copy-part-of-file

Version:

This plugin helps me copy a section from 1 file to another. I use it with angularjs to keep my index.html and my index-e2e.html file in sync

14 lines (13 loc) 144 B
<!DOCTYPE html> <html> <head> <title></title> </head> <body> <!-- START --> <head> <title></title> </head> <!-- END --> </body> </html>