#
minify
Here are 567 public repositories matching this topic...
andycall
commented
Mar 27, 2020
pisek
commented
Feb 13, 2020
@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 (
[deprecated] UglifyJS Plugin
-
Updated
Dec 5, 2019 - JavaScript
A boilerplate for building web projects with Gulp.js.
javascript
css
gulp
sass
boilerplate
minify
autoprefixer
build-tool
gulp-starter
svgo
concatenate
gulp-boilerplate
-
Updated
May 25, 2020 - JavaScript
jinyu00
opened
Jul 21, 2018
1
Open
WOFF format support
Ruby wrapper for UglifyJS JavaScript compressor.
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Apr 16, 2020 - JavaScript
a browserify plugin that runs various optimizations, so you don't have to install them all manually. makes your bundles tiny!
-
Updated
Nov 2, 2019 - JavaScript
Light Node.js module that compress javascript, css and html files
nodejs
javascript
html
cli
json
html5
yui-compressor
minify
gcc
yui
clean-css
html-minifier
csso
sqwish
google-closure-compiler
uglify-js
uglify-es
babel-minify
crass
terser
-
Updated
Jul 7, 2020 - JavaScript
The Web Markup Minifier (abbreviated WebMarkupMin) - a .NET library that contains a set of markup minifiers. The objective of this project is to improve the performance of web applications by reducing the size of HTML, XHTML and XML code.
-
Updated
Jul 8, 2020 - C#
Port of YUI CSS Compressor from Java to NodeJS
-
Updated
Jun 20, 2018 - JavaScript
Minify size your images. Image compression with extension: jpg/jpeg, svg, png, gif. NodeJs
nodejs
svg
png
compression
jpeg
minify
engine
gif
compress-images
node-module
image-compression
minifier
image-optimization
pngquant
imageoptimizer
png-optimizer
pngout
compress-image
payee
options-compress
img-mini
image-compress
image-minify
-
Updated
Jun 7, 2020 - JavaScript
Official Autoptimize repo on Github
-
Updated
Jul 9, 2020 - PHP
A PHP port of the YUI CSS compressor.
-
Updated
Apr 14, 2020 - PHP
App for macOS. Minify your images and graphics with just one drop. Autorenamed in the same place where it comes from. Immediately!
electron
minify
mozjpeg
electron-app
compressor
minification
image-compression
pngquant
svgo
spectre-css
minify-images
tiny-image
image-minify
shrink-images
image-shrinker
-
Updated
Jul 7, 2020 - JavaScript
Yii2 View component with minification css & js
-
Updated
Jun 27, 2020 - PHP
All-in-one TypeScript and Sass compiler for web applications! 📦 🚀
react
nodejs
javascript
css
sass
bundler
babel
front-end
typescript
vue
eslint
compiler
minify
html-template
developer-tools
build-tool
sourcemaps
hot-reload
client-side
zero-configuration
-
Updated
Jul 10, 2020 - TypeScript
saulomano
commented
Jul 25, 2019
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.
DEPRECATED A simple plugin that allows you to minify blocks of HTML, CSS, and JS inline in Craft CMS templates
-
Updated
Jan 1, 2019 - PHP
Minify HTML in PHP with just a single class
-
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."
$ 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: