Skip to content

Commit

Permalink
Move babel-core/browser-polyfill.min.js from coredeps to shared in bu…
Browse files Browse the repository at this point in the history
…ild-path.json

Test Plan:
- visit http://localhost:8080/computer-programming/new/pjs in Safari
- draw a shape

Auditors: john, pamela
  • Loading branch information
kevinbarabash committed Jul 31, 2015
1 parent 7a19c81 commit 56e813b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions build-paths.json
Expand Up @@ -12,8 +12,7 @@
"bower_components/backbone/backbone.js",
"bower_components/jed/jed.js",
"bower_components/bootstrap/js/bootstrap-tab.js",
"js/shared/i18n.js",
"node_modules/babel-core/browser-polyfill.min.js"
"js/shared/i18n.js"
],
"editor_ace_deps": [
"bower_components/ace-builds/src-noconflict/ace.js",
Expand Down Expand Up @@ -70,7 +69,8 @@
"js/shared/sounds.js",
"js/shared/record.js",
"js/shared/config.js",
"external/visibly/visibly.js"
"external/visibly/visibly.js",
"node_modules/babel-core/browser-polyfill.min.js"
],
"output_pjs_deps": [
"external/processing-js/processing.js",
Expand Down
5 changes: 1 addition & 4 deletions build/js/live-editor.core_deps.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions build/js/live-editor.shared.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
"homepage": "https://github.com/Khan/live-editor",
"devDependencies": {
"async": "^0.9.0",
"babel-core": "^5.6.18",
"babel-core": "5.6.18",
"expect.js": "^0.3.1",
"gulp": "^3.8.6",
"gulp-bower": "0.0.7",
Expand Down

0 comments on commit 56e813b

Please sign in to comment.