Showing
1 changed file
with
1 additions
and
0 deletions
@@ -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: { |
-
Please register or login to post a comment