chore(build): sass copy tasks

This commit is contained in:
Adam Bradley
2018-01-22 12:27:43 -06:00
parent f1a04dbb10
commit dcde02fc70

View File

@ -45,8 +45,13 @@ exports.config = {
collections: [
'ionicons'
],
copy: [
{ src: '**/*.scss' }
],
preamble: '(C) Ionic http://ionicframework.com - MIT License',
globalScript: 'src/global/ionic-global.ts'
globalScript: 'src/global/ionic-global.ts',
enableCache: false,
buildStats: true
};
exports.devServer = {