-
Notifications
You must be signed in to change notification settings - Fork 82
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
Add --production build option #47
Comments
use ember.prod and uglify it all |
👍 - I'm just getting started with emberjs and ember-tools but was looking for exactly this option straight away! |
In the meantime, how can I tell Ember build to use ember.prod.js? When I try I get "Error: Cannot find module 'jquery'" |
I am also getting the Error: Cannot find module 'jquery' with the following config:
Update: Works after I stripped version numbers from the filenames and updated require paths!
This needs to be documented somewhere. |
Use ember.prod.js when the flag is true
The text was updated successfully, but these errors were encountered: