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.
- Host: GitHub
- URL: https://github.com/patlux/browserify-haml-ruby
- Owner: patlux
- Created: 2015-11-17T15:01:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T10:20:47.000Z (over 9 years ago)
- Last Synced: 2025-03-07T01:47:19.432Z (3 months ago)
- Language: CoffeeScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# browserify-haml-ruby [](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)