0.0.8 • Published 9 years ago

karma-sc-haml2html-preprocessor v0.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Karma Haml2Html Preprocessor

This plugin is heavily based on karma-html2js-preprocessor. It takes in all HAML files and preprocesses them into HTML, which is then stored in window.__haml__.

This README assumes knowledge of Karma.

To use, first install the HAML Ruby gem and plugin with

gem install bundler gemrat
gemrat haml
bundle install
npm install karma-sc-haml2-html-preprocessor

Then, in your karma configuration:

{
    preprocessors: {
        '**/*.haml': 'sc-haml2html'
    }
}
0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago