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

https://github.com/taystack/grunt-haml-sass

This is a simple Gruntfile that converts your haml -> html && scss -> css. Good for static websites by frontend developers that want to use haml and scss for simple things.
https://github.com/taystack/grunt-haml-sass

Last synced: 9 months ago
JSON representation

This is a simple Gruntfile that converts your haml -> html && scss -> css. Good for static websites by frontend developers that want to use haml and scss for simple things.

Awesome Lists containing this project

README

          

grunt-haml-sass
===============

This is a simple Gruntfile that converts your haml -> html && scss -> css. Good for static websites by frontend developers that want to use haml and scss for simple things.

It's so easy!

1. Get NPM.
2. Nothing else!

```bash
$ npm install -g grunt-cli
$ npm install
$ grunt
```