sahat / ember-sass-express-starter

Starter project for Ember+Express apps
90 stars 11 forks source link

The file public/javascripts/application.js seems missing #3

Closed beeman closed 10 years ago

beeman commented 10 years ago

In the index.html file there is a link to javascripts/application.js which should reside in the public folder.

I cannot find it. I tried the zipfile and a git clone, but it's not there...

Did i miss something? :)

sahat commented 10 years ago

@beeman It is automatically generated by ember-tools. Inside the root directory of your app, run ember build. (Assuming you have installed it via sudo npm install -g ember-tools)

beeman commented 10 years ago

Thanks for your reply @sahat , I got it working now. It looks good!

Guess I missed this part of the readme...