-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
I have a mustache template that contains html and I try to inline a js file into it.
Aside from the file extension and a few mustache tags its just normal HTML. The file that I want to inline is at the end of the body.
This is the script tag that I want to inline:
<script src="/tmp/map.js__inline=true"></script>
I also tried it without the =true and with the path relative to the file but nothing works, the line is unchanged and the console just prints
Running "inline:dist" (inline) task
Processing jssrc/skimap_container.mustache...OK
Does anyone know what the problem is?
Metadata
Metadata
Assignees
Labels
No labels