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 have been working for a long time with gulp-usemin, but know, I have a extrange error.
I change the extesion of my file from html to .mustache file, and so, I change the gulp-min task in order to take the mustache file, but surprise don't put the reference of compiled files inside of the mustache file.
Hi,
I have been working for a long time with gulp-usemin, but know, I have a extrange error.
I change the extesion of my file from html to .mustache file, and so, I change the gulp-min task in order to take the mustache file, but surprise don't put the reference of compiled files inside of the mustache file.
for example..
This is the footer.mustache file.
The gulp task is:
This create the file lib/lib.js correctly but not change the footer.mustache file with the new reference to that file.
I try to look up the node_modules files for usemin but I don't find any "hardcoded" html extension.
Any help?
The text was updated successfully, but these errors were encountered: