Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Anachron/masumi

Repository files navigation

Masumi

About

Ma(rionette)s(emantic)u(i)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-semantic

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

Advanced Skeleton for Mimosa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published