Prettier fix

This commit is contained in:
Joel Marcey 2017-12-11 16:41:09 -08:00
parent 6ec683f77f
commit c9e4f4479d

View file

@ -365,7 +365,7 @@ function execute() {
});
// copy all static files from user
files = glob.sync(join(CWD, 'static', '**'), { dot: true});
files = glob.sync(join(CWD, 'static', '**'), {dot: true});
files.forEach(file => {
// parse css files to replace colors according to siteConfig
if (file.match(/\.css$/) && !isSeparateCss(file)) {