Showing
1 changed file
with
1 additions
and
1 deletions
@@ -98,7 +98,7 @@ gulp.task('compass-production', ['assets'], function() { | @@ -98,7 +98,7 @@ gulp.task('compass-production', ['assets'], function() { | ||
98 | compass({ | 98 | compass({ |
99 | css: distDir.css, | 99 | css: distDir.css, |
100 | sass: 'sass', | 100 | sass: 'sass', |
101 | - image: distDir.image, | 101 | + image: distDir.img, |
102 | font: distDir.font, | 102 | font: distDir.font, |
103 | http_path: '/', | 103 | http_path: '/', |
104 | style: 'compressed' | 104 | style: 'compressed' |
-
Please register or login to post a comment