Socket
Socket
Sign inDemoInstall

eleran

Package Overview
Dependencies
4
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eleran

Simple & fast sass compiler and javascript minifier with hot reloading


Maintainers
1

Readme


Eleran


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

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc