Frontsau
A small web development tool to assist with coffeescript, sass, less, haml, image assets.
Installation
# NOT IMPLEMENTED YET
$ 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
Contributing
- Fork it ( https://github.com/[my-github-username]/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