Fixes for 4.1 #14

Merged
timw4mail merged 16 commits from develop into master 2018-12-13 14:51:01 -05:00
3 changed files with 0 additions and 4 deletions
Showing only changes of commit aacf7ece65 - Show all commits

View File

@ -1 +0,0 @@
undefined

View File

@ -1 +0,0 @@
undefined

View File

@ -27,7 +27,6 @@ postcss()
to: 'css/app.min.css'
}).then(result => {
fs.writeFileSync('css/app.min.css', result.css);
fs.writeFileSync('css/app.min.css.map', result.map);
});
// Dark theme
@ -47,5 +46,4 @@ postcss()
to: 'css/dark.min.css'
}).then(result => {
fs.writeFileSync('css/dark.min.css', result.css);
fs.writeFileSync('css/dark.min.css.map', result.map);
});