Skip to content

Commit

Permalink
Merge pull request #35 from nantas/master
Browse files Browse the repository at this point in the history
remove compiling editor template jsb_polyfill from build engine.
  • Loading branch information
nantas committed Dec 12, 2015
2 parents 3645781 + ff7dbc2 commit fbc2bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ paths = {
jsEntry: './index.js',
JSBEntries: [
'./jsb_predefine.js',
'../editor/static/build-templates/runtime/jsb_polyfill.js',
// '../editor/static/build-templates/runtime/jsb_polyfill.js',
'./extends.js'
],
outDir: './bin',
Expand Down

0 comments on commit fbc2bbc

Please sign in to comment.