Skip to content

Commit 876f859

Browse files
author
Evan You
committed
use gulp-component 0.1.6 with modified require header
1 parent 66abd23 commit 876f859

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"grunt-karma": "~0.6.2",
3232
"grunt-karma-coveralls": "~2.3.0",
3333
"grunt-saucelabs": "~4.1.2",
34-
"gulp-component": "~0.1.4",
34+
"gulp-component": "~0.1.6",
3535
"vinyl-fs": "~0.0.2",
3636
"jshint-stylish": "~0.1.4",
3737
"semver": "~2.2.1",

tasks/build.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ function uglify (file, cb) {
5757
pure_funcs: [
5858
'utils.log',
5959
'utils.warn',
60-
'enableDebug'
60+
'enableDebug',
61+
'throwError'
6162
]
6263
}
6364
}).code)

0 commit comments

Comments
 (0)