minify-selectors
Advanced tools
Comparing version 1.0.0 to 1.6.2
@@ -0,0 +0,0 @@ const { Binary } = require('binary-install'); |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
{ | ||
"name": "minify-selectors", | ||
"version": "1.0.0", | ||
"version": "1.6.2", | ||
"description": "Post-processor that minifies classes and IDs in CSS, HTML, Javascript and SVG files.", | ||
@@ -15,4 +15,5 @@ "author": { | ||
"postinstall": "node ./build/install.js", | ||
"lint:clippy": "cargo clippy -- -A clippy::needless_return", | ||
"lint:clippy": "cargo clippy", | ||
"lint:rustfmt": "cargo +nightly fmt --check", | ||
"bench": "cargo bench", | ||
"test": "cargo test" | ||
@@ -19,0 +20,0 @@ }, |
@@ -14,5 +14,5 @@ [1]: https://github.com/adamgian/minify-selectors/releases/latest | ||
Post-processor that minifies classes and IDs selector names in CSS, HTML, Javascript and SVG files. Each unique selector, and any subsequent occurances elsewhere, is converted into an ultracompact one. | ||
Post-processor that minifies classes and IDs selector names in CSS, HTML, Javascript and SVG files. Each unique selector — and any subsequent occurances elsewhere — is converted into an ultracompact one. | ||
Enhance your front-end assets and build optimisations pipeline — wring even more out from your already minified and optimised payload sizes. Additionally, can offer a certain degree of obfuscation to your code. | ||
Enhance your front-end assets and build optimisations pipeline — wring even more out from your already minified and optimised payload sizes. Additionally can offer a certain degree of obfuscation to your code. | ||
@@ -30,3 +30,3 @@ <br> | ||
minify-selectors aims to minify all obvious selectors right out of the gate. Any extra work configuring should be to assist minify-selectors to identify additional and/or ambigious selectors. | ||
minify-selectors aims to minify all obvious selectors right out of the gate. Any extra work configuring should be to assist minify-selectors to identify additional or ambigious selectors. | ||
@@ -228,3 +228,3 @@ | ||
### Running as CLI tool | ||
### Running as a CLI tool | ||
@@ -252,3 +252,3 @@ 1. Install via homebrew: | ||
<tr> | ||
<th align="left" width="165">Flag</th> | ||
<th align="left" width="165">Option</th> | ||
<th align="left">Description</th> | ||
@@ -255,0 +255,0 @@ </tr> |
Sorry, the diff of this file is not supported yet
21423