-
I get token errors on using a minifier. Can anybody please help?
-
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…
-
I know I'm the author of https://github.com/tdewolff/minify, but while using MkDocs I wondered what this plugin was using. It came out as the fastest minifier by far (see https://github.com/privatenum…
-
It has been pointed out to me that there's an existing minification utility for Python:
https://github.com/liftoff/pyminifier
We currently use nudatus by @ZanderBrown -- I'd like to explore how …
ntoll updated
4 years ago
-
Example:
width: calc(100% - 100)
minifies to
width: calc(100%- 100)
Version: 2.0.0.17974
-
Using the dev-master release, when minifying the CoreJS that's included with WordPress: https://unpkg.com/core-js-bundle@3.11.0/index.js there appears to be a syntax error around here:
`return module…
-
With Elementor (free version) main file `elementor/assets/js/webpack.runtime.js`
Similar to #360 and #375 but not exactly same.
The issue: Uncaught SyntaxError: Unexpected token 'if'
Reference…
-
I am thinking about allowing 2 different ways for users to specify that one or more files should be minified...
**Option 1: Config**
```
{
"uglify": {
"js/thefile.js": [
…
-
See comment thread at https://github.com/chetan/glowing-bear/commit/324679cc58b927c447967e3d6b47b9c5eaba618e
-
First, thanks for the great demos.
One issue that I am facing is CSS minification and concatenation using gulp. I have tried the gulp task that you have in cc-bmean project, but it works only for som…