gulp-assets
gulp-assets copied to clipboard
A plugin for Gulp that extracts the javascript and css files from your html and makes them available to other gulp tasks.
Hi, I have this use case where my template is using a simple template engine. I would like to use your plugin to extract css and js from this template....
Fail to get files if the URL contains query string ex: ``` html ```
So for example i extracted css how can i add this extracted css to some css preprocessor or postprocessor?
It seems that gulp-assets only outputs assets, and does not keep the HTML file in the stream. Could you add an option to output the input HTML files too?