Skip to content

dsmjs/2014-03-ember-gulp-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple ember.js app using grunt for the client side build step


To run the ember.js locally

    npm install
    export PATH="./node_modules/.bin:$PATH"
    grunt local &
    ./bin/server

    visit http://localhost:3000 to see the running app


To run the javascript tests

    npm install
    export PATH="./node_modules/.bin:$PATH"
    grunt test


To deploy the ember.js application to a production server

    npm install
    export PATH="./node_modules/.bin:$PATH"
    grunt deploy

    visit your production endpoint -the js file will be renamed on the fly

About

Gulp example for ember project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published