chore(build): sass copy tasks

This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Adam Bradley
2018-01-22 12:27:43 -06:00
gitea-unlock(16/)
parent f1a04dbb10
commit dcde02fc70

7
packages/core/stencil.config.js
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 = {