Minify
Minify copied to clipboard
Minify for Sublime Text allows you to quickly minify and/or beautify CSS, JavaScript, JSON, HTML and SVG files -- compatible with ST2 and ST3
Hi, and thanks for this wonderful plugin. I would like to ask if would be possible to extend the minify functionality to the .mustache file, since they have the same...
In the json object used for settings, we could add each language's settings to an independent object. This could allow us to make special, language dependent, cases for behaviour. For...
Instead of writing a new file for each modification, could we apply changes in the buffer? An outline would be as follows: - add `modify_in_place`/`write_to_buffer` boolean under settings - write...
生成的index.min.html文件和原版是一样的
I'm getting the following error trying to minify CSS and can't find any info on fixing it. ``` cleancss -O2 --skip-rebase -o /path/to/file/style.css error: unknown option '--skip-rebase' ```
```bash cleancss -O2 --skip-rebase -o /path/to/file/style.css error: unknown option '--skip-rebase' ``` reference issue: #85 thank you to: @input-username-here for suggest * Update node clean-css using exact version **[email protected]** * Fix...
### Feature Create `.minify` file in the directory where CSS/JS assets reside and have a different configuration for that particular directory. This behavior could be useful for some users, I...
Uglify-JS doesn ot support ES6/2018. [Terser](https://github.com/terser-js/terser) does. Since it is a fork of UglifyJS it should not be too much of a hassle to switch. Consider abandoning UJS and using...
Thanks for this. Is it possible to get it to minify json-ld scripts in an html file?
Hi @tssajo ! Thanks for your awesome work. What about add an option to minify/beautify the current file without create a new .min/.pretty file? Specially in html files. And, perhaps,...