gulp-useref
gulp-useref copied to clipboard
Parse build blocks in HTML files to replace references to non-optimized scripts or stylesheets.
```html ``` there is no `/static/common.js` file parse out when I add `?v=1`
Useref should either concatenate the CSS imports or copy-over these imports, else CSS fails to load. ```css @import url("./fontawesome.css"); ```
I just wanted to spam a worthy big thank you. Yesterday I went to the manual process of concatenating files and it was a nightmare. Today, I search a bit...
Allows providing an object to `options.newLine` to specify a file separator based on the file type. e.g. Joining `js` types with a semicolon and newline, and `css` with just a...
I'm using following code in my source HTML file: `` ``` ``` `` But after compiling it is not concatenating, it creates `vendor.css` file but links to css files remains...
It should also work with LF endings.
Hi, @jonkemp I want to be able to find the path use `alternate search path` first and and the option `searchPath` is not undefined will to be used in next!...
following file isn't picked in useref since it contains chart.js as parent folder name. `` let us know if there's any expression we can pass in the useref that allows...
I just switched to Gulp version 4, everything works fine except my useref task giving me error: ``` The following tasks did not complete: dependencies-admin Did you forget to signal...
I have a use case where I use gulp to build a Wordpress theme. The src/href output path created by useref is relative to the directory containing the theme, but...