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.
- Host: GitHub
- URL: https://github.com/taystack/grunt-haml-sass
- Owner: taystack
- License: other
- Created: 2013-11-12T08:09:01.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-14T03:49:42.000Z (about 12 years ago)
- Last Synced: 2025-04-10T00:55:18.784Z (9 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```