Authored by xuqi

gulp bug

@@ -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'