-
I'm playing around with component-inspector and react, but I can't make it works with my project.
I see that "ready" callback was called, but there no component-inspector panel.
I tried to debug it, b…
-
We can add a step to the compiler at https://github.com/systemjs/builder/blob/master/compilers/compiler.js, that returns `source, sourceMap, minifiedSource, minifiedSourceMap` by running another compi…
-
I'm using clean-css to minify all the CSS in my code and css from this package is something that I also want to minify with my CSS. The issue is that the convention for comments that need to be preser…
-
Even in an empty project, `-minify -yui` doesn't work anymore (I'm assuming at some point it did):
```
>lime create project LimeProject
>cd LimeProject
>lime build html5 -minify -yui
[E…
-
-
This issue is automatically created based on existing pull request: magento/magento2#39253: Disable javascript minifying of TinyMCE 7 library, to fix a bug with…
---------
… loading language files fr…
-
@jsakamoto , Many thanks for this wondeful package, It would be a great addon to include HTML minification during prerendering? What's your idea on this?
-
Hi
the `html-webpack-plugin` is making heavy use of `html-minifier` to keep the html compact.
Now that many browsers support ES6 out of the box, people start using ES6 inside script tags.
A…
-
Currently the HTML minification in this module is far from perfect.
It treats `pre` and `textarea` specially, but not other cases, such as newlines in `textarea` `placeholder` attributes or elsewhere.…
-
Hi,
After a lengthy debugging session on my own app I was able to isolate a problem I was having to the UsesApp-Angular module.
To try and proof that it was not my code I used the example app code …