grunt-inline
grunt-inline copied to clipboard
Brings externally referenced resources, such as js, css and images, into a single file.
Bumps [clean-css](https://github.com/jakubpawlowicz/clean-css) from 1.1.7 to 4.2.1. Changelog *Sourced from [clean-css's changelog](https://github.com/jakubpawlowicz/clean-css/blob/master/History.md).* > [4.2.1 / 2018-08-07](https://github.com/jakubpawlowicz/clean-css/compare/v4.2.0...v4.2.1) > ================== > > * Fixes giving `breakWith` option via a string. > > [4.2.0...
Bumps [uglify-js](https://github.com/mishoo/UglifyJS2) from 2.4.1 to 3.7.2. Release notes *Sourced from [uglify-js's releases](https://github.com/mishoo/UglifyJS2/releases).* > ## v3.7.2 > > > ## v3.7.1 > > > ## v3.7.0 > >...
Is there any way to define directories as source / destination instead of files? I develop an app which has a lot of html fragments/partials. (e.g. /app/buy/buy.html, /app/sell/sell.html etc)
missing closing parentheses
The datauri version 0.2.1 vulnerability is fixed in 1.1.0 `npm WARN deprecated [email protected]: Potential REDOS vulnerability removed in v1.1.0`
It seems like grunt-inline does't handle exceptions as described in the post http://stackoverflow.com/questions/41246030/why-doesnt-gruntjs-break-execution-if-exception-is-thrown
Had to do this in order to read the doc properly :-)
It seems its not supposed to work to inline images also from css properties like: ``` html #foo { background-image: url('bar.jpg?__inline=true'); } ``` Is that the case?
When I have multiple `` tags in one line in the html file, the inline script is removed. E.g.: ```html var foo=null; ``` When I run `grunt inline`, it turns...