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