microservice_precompiler 0.1.4
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:
          =
        
        
          instalar:
          =
        
      Runtime Dependencies (7):
            coffee-script
            ~> 2.2.0
          
          
            compass
            ~> 0.12.1
          
          
            mustache
            ~> 0.99.4
          
          
            rake
            ~> 10.0.2
          
          
            sprockets
            ~> 2.8.2
          
          
            uglifier
            ~> 1.3.0
          
          
            yui-compressor
            ~> 0.9.6
          
    