mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
chore(build): sass copy tasks
This commit is contained in:
@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user