Skip to content

Commit

Permalink
removed livereload trigger from gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zoerooney committed Aug 1, 2014
1 parent 28f2226 commit 8ee9ef4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ gulp.task('styles', function(){
.pipe(gulp.dest(''))
.pipe(autoprefixer('last 2 version', 'safari 5', 'ie 8', 'ie 9', 'opera 12.1', 'ios 6', 'android 4'))
.pipe(minifycss())
.pipe(gulp.dest(''))
.pipe(livereload(server));
.pipe(gulp.dest(''));
});

gulp.task('images', function() {
Expand Down

0 comments on commit 8ee9ef4

Please sign in to comment.