gulp-assets icon indicating copy to clipboard operation
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.

Results 4 gulp-assets issues
Sort by recently updated
recently updated
newest added

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 ```

enhancement

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?