Skip to main content

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


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)

Uploaded Source

Built Distribution

eleran-1.0.1-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

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

Hashes for eleran-1.0.1.tar.gz
Algorithm Hash digest
SHA256 2db38755a2bb811c99ebb57a18b5a7b52df18dc780a332968039b5088fb84bc7
MD5 f9e23e03e296a0ed52859fbf373682cd
BLAKE2b-256 1cc12f6fa8206c8ab2b4d549c982a1b91c8586723f2f5c72e5f71135b228fc0f

See more details on using hashes here.

File details

Details for the file eleran-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for eleran-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 887f029c49ddee8e3918832a585d2a7812a095b8f0be72b12b87694f63408de8
MD5 ebca2eab36ef999b4babd2fa835c75be
BLAKE2b-256 0e7982a786de802693efb615cce0b19a34862619dca882f17cf3c63ce6c6fa91

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page