Skip to content

dbashford/MimosaEmberSkeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MimosaEmberSkeleton

A skeleton for Ember apps which includes Handlebars support, testing support and the ability to optimize/minify/concatenate/package your application for deployment.

Looking for HTMLBars support? There's a separate skeleton for that.

Setup

To Develop

  • mimosa watch -s
  • (When doing this for the first time, all the Mimosa modules not already resident in Mimosa will be pulled into your project)
  • Open app at http://localhost:3000

To Build with CI tests

  • mimosa build

To Run Tests Interactively

  • mimosa testscript generates a platform specific test script.
  • mimosa watch to compile assets and build test assets
  • (In 2nd terminal window) ./test.sh

To Package App for Deployment

  • mimosa build -omp (optimize, minify, package)
  • cd dist
  • node app.js
  • Open app at http://localhost:3000
  • This is a fully optimized/concatenated app

About

A skeleton for Ember apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published