Monte Hayward

Results 6 comments of Monte Hayward

cool project you have here, @idelvall!

Same set of errors after running the other actions found in package.json: ``` npm run postinstall npm run prepublish npm run start ```

The updated answer is here: https://support.apple.com/en-sa/guide/mac-help/mchlp2866/10.15/mac/10.15 (Choose your MacOS version from the menu) **TL;DR** 1. save the .CIN file in another place, like ~/Downloads 2. open it in a text...

+1 for 0.12 support

Hi chyingp A similar issue occurs with protocol-relative urls. url('//netdna.bootstrapcdn.com/font-awesome/3.2.0/font/fontawesome-webfont.eot?v=3.2.0') becomes url(../../../../../../netdna.bootstrapcdn.com/font-awesome/3.2.0/font/fontawesome-webfont.eot?v=3.2.0) In my build, this url survives recess, uncss, and then gets altered by grunt-inline. Thanks for checking it...