mirror of
https://github.com/konvajs/konva.git
synced 2025-09-20 03:18:00 +08:00
change gulp task
This commit is contained in:
@@ -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/'));
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user