xTrebliG / Haml2Html

An easy to use compiler for developing static pages with Haml & Sass.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Haml2Html

An easy to use compiler for developing static pages with Haml & Sass.

Requirements

The following are required:

Installation

  1. Clone the repository to your local machine.
  2. In your terminal navigate to /haml2html.
  3. Run
./install

This will check for requirements and install those that are not installed.

Usage

Save all .haml files in /app/views

Save all .sass files in /app/styles

To watch your files run(in your terminal):

./watch

To stop watching:

Control + C 

Thats it!

All compiled Haml files are stored in /compiled/

All compiled Sass files are stored in /compiled/styles/

About

An easy to use compiler for developing static pages with Haml & Sass.


Languages

Language:Shell 68.8%Language:HTML 21.5%Language:CSS 9.7%