Showing
1 changed file
with
1 additions
and
1 deletions
@@ -179,7 +179,7 @@ gulp.task('font', () => { | @@ -179,7 +179,7 @@ gulp.task('font', () => { | ||
179 | 179 | ||
180 | // postcss compile in pro | 180 | // postcss compile in pro |
181 | gulp.task('postcss', ['assets'], () => { | 181 | gulp.task('postcss', ['assets'], () => { |
182 | - return gulp.src(['scss/shop.css', 'scss/index.css']) | 182 | + return gulp.src(['scss/shop.css', 'scss/index.css', 'scss/common.css']) |
183 | .pipe(postcss(postcssPlugin(env.pro), { | 183 | .pipe(postcss(postcssPlugin(env.pro), { |
184 | parser: require('postcss-scss') | 184 | parser: require('postcss-scss') |
185 | })) | 185 | })) |
-
Please register or login to post a comment