Authored by 毕凯

add info log

@@ -15,6 +15,7 @@ module.exports = (file) => { @@ -15,6 +15,7 @@ module.exports = (file) => {
15 const cssPath = path.join(__dirname, 'css', file); 15 const cssPath = path.join(__dirname, 'css', file);
16 const cssfile = fs.readFileSync(cssPath).toString(); 16 const cssfile = fs.readFileSync(cssPath).toString();
17 17
  18 + logger.info(`cssnano process ${cssPath}`);
18 return cssnano.process(cssfile, { 19 return cssnano.process(cssfile, {
19 safe: true, 20 safe: true,
20 autoprefixer: { 21 autoprefixer: {