Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cmeiklejohn/rebar_js_stylus_plugin

Rebar support for compilation of Stylus files.
https://github.com/cmeiklejohn/rebar_js_stylus_plugin

Last synced: about 2 months ago
JSON representation

Rebar support for compilation of Stylus files.

Awesome Lists containing this project

README

        

# Rebar JS Stylus Plugin

Preprocess stylus files during compilation of your Erlang/OTP
application.

## Installation

Specify ```rebar_js_stylus_plugin``` as a dependency in your ```rebar.config```.

```erlang
{deps, [
{rebar_js_stylus_plugin, ".*",
{git, "git://github.com/cmeiklejohn/rebar_js_stylus_plugin.git", {branch, "master"}}}
]}.
```

Then, configure as a plugin in your ```rebar.config```.

```erlang
{plugins, [rebar_js_stylus_plugin]}.
```