Jonathan Kemp

Results 128 comments of Jonathan Kemp

I realize that this is over a year late at this point, but this request needs to be made on the https://github.com/senchalabs/cssbeautify repo. It hasn't been changed in like six...

You probably need to specify the file. It may not know which file to look for with just the forward slash.

This is a CommonJS module so it has to be imported with `require('../')`. It won't work trying to import it as an ES6 module. Webpack supports CommonJS, but for some...

Sounds like you don't need to use useref for the vendor-js task. But I guess you could use useref for each task.

Oh, I suppose custom blocks might work, but yeah there's not another way to do that.

Can you change the title to "Comments within IE conditional comments are removed" because IE conditional comments are preserved. It's comments inside the conditional comments that are being removed. I...

Just name it the same as digisfera#35.

The cssbeautify package hasn't been updated in 10 years and this plugin is just putting your code through that package. So I don't expect it's going to be updated any...