Skip to content

Commit 76c112d

Browse files
committed
Stop including jquery and shims in the output
1 parent ffdb902 commit 76c112d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ember-cli-build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module.exports = function(defaults) {
1212

1313
var app = new EmberAddon(defaults, {
1414
project,
15+
vendorFiles: { 'jquery.js': null, 'app-shims.js': null },
1516
svgJar: {
1617
sourceDirs: [
1718
'public',

0 commit comments

Comments
 (0)