Simple & fast sass compiler and javascript minifier with hot reloading
Project description
Simple & fast sass compiler and javascript minifier with hot reloading
Install
Install using pip:
pip install eleran
Usage
Command:
eleran <command> <path> --mode=<mode>
commad:
watch
validate
generate
–mode:
debug
Example, generate eleran.json to example directory:
eleran generate example
Watch:
eleran watch example
Configuration File
eleran.json:
[ { "sass": { "source": "sass/style.scss", "output": "style.min.css", "output_style": "compressed", "source_comments": false } }, { "js": { "include": [ "js/foo.js", "js/bar.js" ], "output": "script.min.js" } } ]
Sass - output_style:
compact
compressed
expanded
nested
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
eleran-1.0.1.tar.gz
(4.2 kB
view details)
Built Distribution
File details
Details for the file eleran-1.0.1.tar.gz
.
File metadata
- Download URL: eleran-1.0.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2db38755a2bb811c99ebb57a18b5a7b52df18dc780a332968039b5088fb84bc7 |
|
MD5 | f9e23e03e296a0ed52859fbf373682cd |
|
BLAKE2b-256 | 1cc12f6fa8206c8ab2b4d549c982a1b91c8586723f2f5c72e5f71135b228fc0f |
File details
Details for the file eleran-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: eleran-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 887f029c49ddee8e3918832a585d2a7812a095b8f0be72b12b87694f63408de8 |
|
MD5 | ebca2eab36ef999b4babd2fa835c75be |
|
BLAKE2b-256 | 0e7982a786de802693efb615cce0b19a34862619dca882f17cf3c63ce6c6fa91 |