You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I your example it seems that it should work with .buster.json even though the src is not exactly like in the directive:
release/media//*.jpg:1
release//*.html:2
->
Can you help?
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use your tool.
The replacement in the html file doesn't work correctly for me.
.buster.json:
{
"options": {
"manifest": true,
"verbose": true
},
"directives": [
"_release/js/libs/require.js:1",
"_release/index_tpl.html:2"
]
}
In index_tpl.html file:
<script type="text/javascript" src="js/libs/require.js"></script>The replacement does not work.
It works, if I change it to:
<script type="text/javascript" src="_release/js/libs/require.js"></script>it works only if it's the exact as the directive.
I your example it seems that it should work with .buster.json even though the src is not exactly like in the directive:
release/media//*.jpg:1
release//*.html:2
->
Can you help?
The text was updated successfully, but these errors were encountered: