change gulp task

This commit is contained in:
lavrton 2015-04-07 15:23:59 +07:00
parent cdb1bd0437
commit a554f4e979
2 changed files with 1 additions and 3 deletions

View File

@ -5,7 +5,6 @@ branches:
only:
- master
before_script:
- npm install
- npm install -g gulp
script:
- gulp lint test

View File

@ -88,8 +88,7 @@ function build() {
// Basic usage
gulp.task('dev-build', function() {
build()
// .pipe(uglify())
return build()
.pipe(gulp.dest('./dist/'));
});