Project

frontsau

0.0
No commit activity in last 3 years
No release in over 3 years
Frontsau brings coffeescript, sass, less to any webapplication without big need of modifying it. No matter if your using wordpress, joomla, zend (only for the php ones)... and many more.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.7
~> 2.6
~> 3.16
~> 0.10.1
~> 1.6
~> 0.3
~> 10.0
~> 3.4
~> 1.4
~> 2.12
~> 0.19.1
 Project Readme

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

  1. Fork it ( https://github.com/roomthirteen/frontsau/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request