Authored by 姜枫

add common.css bundle

@@ -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 }))