rossnelson / asset-pipeline-sans-rails

Drop in asset compiling with sprockets and guard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asset Pipeline without Rails

Generate js and css from sass and coffescript. bundle then run guard start.

This will watch the sass and coffescript files in the source directory. On file modification the compiler will run.

All compiled files will be placed in build/<asset_name>. This goes for images as well.

About

Drop in asset compiling with sprockets and guard


Languages

Language:JavaScript 64.6%Language:CSS 34.7%Language:Ruby 0.6%Language:CoffeeScript 0.0%