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: 6 months ago 
        JSON representation
    
Rebar support for compilation of Stylus files.
- Host: GitHub
- URL: https://github.com/cmeiklejohn/rebar_js_stylus_plugin
- Owner: cmeiklejohn
- License: apache-2.0
- Created: 2012-08-07T19:44:56.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-26T13:02:20.000Z (over 12 years ago)
- Last Synced: 2025-04-16T13:35:24.010Z (7 months ago)
- Language: Erlang
- Size: 107 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
- License: LICENSE
 
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]}.
```