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

https://github.com/patlux/browserify-haml-ruby

This is a transform for browserify which converts your haml-ruby (.haml) templates to Javascript.
https://github.com/patlux/browserify-haml-ruby

Last synced: 3 months ago
JSON representation

This is a transform for browserify which converts your haml-ruby (.haml) templates to Javascript.

Awesome Lists containing this project

README

        

# browserify-haml-ruby [![Build Status](https://travis-ci.org/patlux/browserify-haml-ruby.svg)](https://travis-ci.org/patlux/browserify-haml-ruby)

This is a transform for browserify which converts your haml-ruby (.haml) templates to Javascript.

## Setup

You need [haml](http://haml.info/) installed on your system.

gem install haml

## Installation

This package is available on [npm](https://www.npmjs.com/) as:

npm install browserify-haml-ruby

or

npm install --save-dev browserify-haml-ruby

## License

[MIT License](http://en.wikipedia.org/wiki/MIT_License)