jwvdiermen / grunt-include-source

Include lists of files into your source files automatically.
MIT License
68 stars 31 forks source link

script tag not included in html #49

Open kadosh1000 opened 8 years ago

kadosh1000 commented 8 years ago

Hi, I have that code in my index.html file:

`

` The output html on both `serve:dist` and `grunt build` not including the application.js file inside the generated html although it is been created in the .dist/scripts directory. All the files are being included using regular `grunt serve` The weirdest thing is that if I put a script tag (any script tag) inside the include (between the include and /include) the application.js file is being included in the index.html.