minify
Here are 535 public repositories matching this topic...
$ imagemin --plugin.webp.quality=95 --plugin.webp.preset=icon foo.png > foo-icon.webp
This example specified in the docs doesn't seem to work.
It produces the following error:
Unknown plugin: [object Object]
Did you forget to install the plugin?
You can install it with:
$ npm install -g imagemin-[object Object]
@media all and (-webkit-min-device-pixel-ratio:0) {
select:disabled {
background-color: #ebebe4;
color: rgb(112,112,112);
}
}
is wrongly minified to:
@media all and(-webkit-min-device-pixel-ratio:0){select:disabled{background-color:#ebebe4;color:rgb(112,112,112)}}
There should be a space between and and (
-
Updated
Dec 5, 2019 - JavaScript
-
Updated
May 25, 2020 - JavaScript
WOFF format support
-
Updated
Jan 6, 2020 - JavaScript
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Nov 2, 2019 - JavaScript
-
Updated
May 28, 2020 - JavaScript
-
Updated
May 25, 2020 - C#
-
Updated
Jun 20, 2018 - JavaScript
-
Updated
Apr 21, 2020 - JavaScript
-
Updated
May 25, 2020 - PHP
-
Updated
Apr 14, 2020 - PHP
-
Updated
May 22, 2020 - PHP
-
Updated
Dec 3, 2019 - JavaScript
-
Updated
May 28, 2020 - TypeScript
-
Updated
Jan 1, 2019 - PHP
I use sequelize orm with mysql. If my serverless.yml contains serverless-plugin-optimize when execute the project cause Error: Cannot find module './dialects/postgres/data-types' . i remove serverless-plugin-optimize the project runnin rigthtly.
-
Updated
Oct 3, 2019 - PHP
Improve this page
Add a description, image, and links to the minify topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the minify topic, visit your repo's landing page and select "manage topics."