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:
|
only:
|
||||||
- master
|
- master
|
||||||
before_script:
|
before_script:
|
||||||
- npm install
|
|
||||||
- npm install -g gulp
|
- npm install -g gulp
|
||||||
script:
|
script:
|
||||||
- gulp lint test
|
- gulp lint test
|
||||||
|
@ -88,8 +88,7 @@ function build() {
|
|||||||
|
|
||||||
// Basic usage
|
// Basic usage
|
||||||
gulp.task('dev-build', function() {
|
gulp.task('dev-build', function() {
|
||||||
build()
|
return build()
|
||||||
// .pipe(uglify())
|
|
||||||
.pipe(gulp.dest('./dist/'));
|
.pipe(gulp.dest('./dist/'));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user