Skip to content

Commit

Permalink
chore(travis): temporarily disable minify-css until node-clone is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Apr 29, 2014
1 parent 3c39ae7 commit ab244c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ gulp.task('sass', function(done) {
}))
.pipe(concat('ionic.css'))
.pipe(gulp.dest(buildConfig.distCss))
.pipe(gulpif(IS_RELEASE_BUILD, minifyCss()))
// .pipe(gulpif(IS_RELEASE_BUILD, minifyCss()))
.pipe(rename({ extname: '.min.css' }))
.pipe(gulp.dest(buildConfig.distCss))
.on('end', done);
Expand Down

0 comments on commit ab244c6

Please sign in to comment.