gil / gulp-include-source

Include scripts and styles into your HTML files automatically.
MIT License
23 stars 12 forks source link

Ignore empty lines in source list files #11

Open jrencz opened 9 years ago

jrencz commented 9 years ago

I suggest that empty lines should be ignored when <!-- include:js(list:vendorList) --> syntax is used. At least the last empty line should since in many cases people set their IDEs/editors to add an empty line at the end of each saved file.

jrencz commented 9 years ago

now each empty line is turned info <script src=""></script> which is incorrect.