Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #793 from perryst5/master
Browse files Browse the repository at this point in the history
Fix typo in gulpfile
  • Loading branch information
olefredrik committed Apr 16, 2016
2 parents e8be80c + 43d57e3 commit 8c2a54e
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 @@ -100,7 +100,7 @@ gulp.task('browser-sync', ['build'], function() {
// Compile Sass into CSS
// In production, the CSS is compressed
gulp.task('sass', function() {
// Minify CSS if run wtih --production flag
// Minify CSS if run with --production flag
var minifycss = $.if(isProduction, $.minifyCss());

return gulp.src('assets/scss/foundation.scss')
Expand Down

0 comments on commit 8c2a54e

Please sign in to comment.