Skip to content

Commit 0f8d15d

Browse files
author
Shuwen Qian
committed
don't vulcanize in non-dist build
1 parent 02f2755 commit 0f8d15d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulp/tasks/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
});
139139

140140
gulp.task('build', function(cb) {
141-
run('copy',['sass','font'],'lib-version','vulcanize',cb);
141+
run('copy',['sass','font'],'lib-version',cb);
142142
});
143143

144144
gulp.task('debug', function() {

0 commit comments

Comments
 (0)