Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ember create example puts .ember in current directory, not in example/ #39

Closed
sunnyrjuneja opened this issue Apr 18, 2013 · 2 comments
Closed

Comments

@sunnyrjuneja
Copy link

% ember create example
-> Creating application files and directories into 'example'
   created: .ember
   created: example
   created: example/controllers
   created: example/helpers
   created: example/models
   created: example/templates
   created: example/routes
   created: example/views
   created: example/mixins
   created: example/app.js
   created: example/index.html
   created: example/store.js
   created: example/routes.js
   created: example/templates/application.handlebars
   created: example/templates/index.handlebars
   created: example/vendor
   created: example/vendor/localstorage_adapter.js
   created: example/vendor/handlebars.js
   created: example/vendor/jquery.js
   created: example/vendor/ember.js
   created: example/vendor/ember-data.js

Should be created: example/.ember.

@ryanflorence
Copy link
Owner

That is the intent so that other ember commands called from the same directory know which files to work with. It's rare that a web apps root folder is the root folder for the JS.

You can 'ember create' and all files will be created on the current directory, but all commands must be run from it.

@sunnyrjuneja
Copy link
Author

Makes sense, thanks for the fast update Ryan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants