Minify build artifacts during the Lektor build process
Version: 1.2
Author: Pietro Albini
View all tags.
This plugin allows you to minify the build artifacts of your Lektor project during the build process, without any additional tool. It currently supports minifying HTML, CSS and JS files.
The plugin only minifies the files changed during the last build, avoiding slowing down the build if your project consists of a lot of files. Internally it uses the rcssmin and rjsmin libraries, and it’s released under the MIT license.
Comments