Skip to content

Commit 42ba5a5

Browse files
authored
Merge pull request #118 from cibernox/remove-jquery-and-shims
Stop including jquery and shims in the output
2 parents ffdb902 + 76c112d commit 42ba5a5

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)