Skip to content

Commit

Permalink
Do not load jQuery!
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Mar 1, 2017
1 parent a4b0bfe commit 34c40fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ const EmberApp = require('ember-cli/lib/broccoli/ember-app');
module.exports = function(defaults) {
var app = new EmberApp(defaults, {
// Add options here
vendorFiles: {
'jquery.js': null
}
});

// Use `app.import` to add additional libraries to the generated
Expand Down

1 comment on commit 34c40fc

@Cryrivers
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah!

Please sign in to comment.