JS minifier for Lektor. Based on rjsmin.
Project description
JSminify
JS minifier for Lektor that automatically minifies javascript files
Uses rjsmin and looks for .js files, minifying them as part of the build process.
Installing
You can install the plugin with Lektor's installer::
lektor plugins add lektor-jsminify
Or by hand, adding the plugin to the packages section in your lektorproject file::
[packages]
lektor-jsminify = 0.2
Usage
To enable jsminify, pass the jsminify
flag when starting the development
server or when running a build::
lektor build -f jsminify
When the flag is present, jsminify will take all .js files from asset_sources/js, minifies them and places them in assets/js.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lektor-jsminify-0.3.tar.gz
(2.6 kB
view hashes)
Built Distribution
Close
Hashes for lektor_jsminify-0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1808b555ca9b39522c1ee6d1a7c1ec0f1918df483c19a45b4e403ddcf95cdd1f |
|
MD5 | 0c4dda5cb08106bbcb3e270ef574157b |
|
BLAKE2b-256 | 1cdbac0b9757937b521d83c4a5db63a7c4ec4f5aee2de8ec6cc9162142f5bb4b |