gulp-useref
gulp-useref copied to clipboard
Parse build blocks in HTML files to replace references to non-optimized scripts or stylesheets.
Thanks for this plugin, it's been very useful to me. My understanding is that the `base` option provides a mechanism to output assets to the given directory. Perhaps it's just...
error during injecting Error: Error: File not found with singular glob: src\../lib/jquery/dist/jquery.js bower folder: wwwroot/lib
I have tried everything and despite an irksome feeling that it is my incompetence I am at a loss. I have the folder structure: ``` dist/ app/ |- js/ main.js...
Usefull fix for user parametrs example ``
Hi, I am facing projblem for 2 days. I cannot impelement gulp-useref to concatenate js files in a IONIC Demo project. I am sending you ionic project in attachment please...
I tried to run useref from two task in parallel, using the new gulp 4 _gulp.parallel_ method. The result is that one of the tasks almost always gets an error...
So I have been learning gulp and working to deploy to a Github Page, so I setup the build reference like this: ``` ``` I'll trigger this with a gulp...
If you use gulp-useref with the same src and dest directories you get an error, although the files do actually get modified correctly. My task is: ``` gulp.task('private:app:useref', () =>...
It would report "File not found with singular glob: F:\proj\build\tmp\html\js\plugin\swiper\swiper.min.css" while processing "index.html" in the flollowing tree: ----------------------------------------------------------------------------- html |- main |- customer |- E238 |- index.html js |- plugin ...