Anachron / maborami

Marionette, Boostrap & Ratched skeleton for Mimosa build tool. Includes RequireJS (+CSS & +HBS), Jade, LESS, CoffeeScript inside.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maborami

About

Ma(rionette)bo(otstrap)ra(tchet)mi(mosa) is a advanced skeleton for Mimosa.

Requirements & Installation

You will need Mimosa properly installed. You can find out more about it here.

mimosa skel:new <project> marionette-bootstrap

Will create a new Project in the Subfolder with the already set up configuration of marionette-bootstrap.

Optimize

  1. mimosa watch -oms
  2. localhost:3000

-oms is shorthand for --optimize --minify --server. This runs all the minifiers, runs the r.js optimization, and then starts a server. The JavaScript for the app will be both minified and concatenated.

Packaging for Deployment

  1. mimosa build -omp
  2. cd dist
  3. node app.js
  4. localhost:3000

-omp is shorthand for --optimize --minify --package. This command will run optimization, run all the minifiers and then package the result for deployment. The packaged result doesn't need Mimosa to run.

Misc

Need help? You can find me at

https://gitter.im/dbashford/mimosa

or submit an issue here.

Credits

Please look in the "About" section.

About

Marionette, Boostrap & Ratched skeleton for Mimosa build tool. Includes RequireJS (+CSS & +HBS), Jade, LESS, CoffeeScript inside.


Languages

Language:CoffeeScript 69.8%Language:JavaScript 20.2%Language:CSS 10.0%