microservice_precompiler 0.1.0
The microservice precompiler uses a handful of technologies to compile Javascripts and Stylesheets and create HTML pages from templates into a distribution folder ready for deployment. The microservices used are CoffeeScript, SASS and Mustache, compiling and minifying (where possible) into Javascript, CSS and HTML, respectively.
Gemfile:
=
install:
=
Runtime Dependencies (6):
coffee-script
~> 2.2.0
compass
~> 0.12.1
mustache
~> 0.99.4
sprockets
~> 2.4.0
uglifier
~> 1.2.4
yui-compressor
~> 0.9.6
Development Dependencies (1):
rake
>= 0