Frontsau
A small web development tool to assist with coffeescript, sass, less, haml, image assets.
Installation
$ gem install frontsau
And then go to your webapps project root:
$ frontsau init
Usage
Frontsau supports the follogin commands:
$ frontsau debug
$ frontsau server
$ frontsau compile
$ frontsau watch
Example
Frontsau includes a small example to illustrate it's capabilities. You may try it out by
$ git clone https://github.com/roomthirteen/frontsau.git
$ cd frontsau/example
$ frontsau compile
Contributing
- Fork it ( https://github.com/roomthirteen/frontsau/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request