grunt-useref icon indicating copy to clipboard operation
grunt-useref copied to clipboard

Update references, concatenate and minify with build blocks

Results 8 grunt-useref issues
Sort by recently updated
recently updated
newest added

I'm using grunt-htmlmin along with this package and since the comments are needed I can't run htmlmin beforehand. Instead what I've done is moved the files, run the useref task,...

I have some js file and I want to serve it to my project path: `/js/account-settings.xxx.js`, at the same time I want to use CDN for it, say //www.cdn-xxx.com/js/account-settings.xxx.js. How...

I've made a little test to see if useref would have kept the order of the script file import in the HTML while concatenating them but unfortunately this: ``` HTML...

Is there a way to mangle a some of the files but not others? Thanks.

**Build blocks are removed after renaming. This prevents continues renaming for future versions deploys.** According to [the documentation](https://www.npmjs.org/package/grunt-useref#usage), HTML tag that includes the file to be renamed wrapped into build...

Is there a `build:remove` type functionality on the radar? There are some scripts (mock API using angularMock and such) that only belong in a development environment. # Example: ``` html...

The useref is removing the data-main...how can i use with require js?