jwvdiermen/grunt-include-source

script tag not included in html

Opened this issue · 0 comments

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.