-
Notifications
You must be signed in to change notification settings - Fork 0
dsmjs/2014-03-ember-object-intro
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 run a single qunit javascript test npm install export PATH="./node_modules/.bin:$PATH" open a test file and modify the name of the func from test to otest 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
Demystifying the ember object model presented March 11th 2014
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published