mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 15:23:44 +08:00
change gulp task
This commit is contained in:
parent
cdb1bd0437
commit
a554f4e979
@ -5,7 +5,6 @@ branches:
|
||||
only:
|
||||
- master
|
||||
before_script:
|
||||
- npm install
|
||||
- npm install -g gulp
|
||||
script:
|
||||
- gulp lint test
|
||||
|
@ -88,8 +88,7 @@ function build() {
|
||||
|
||||
// Basic usage
|
||||
gulp.task('dev-build', function() {
|
||||
build()
|
||||
// .pipe(uglify())
|
||||
return build()
|
||||
.pipe(gulp.dest('./dist/'));
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user