Skip to content

Commit

Permalink
fix(): copy all scss files
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Jul 1, 2019
1 parent 4038e0a commit 36a58df
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions core/stencil.config.ts
Expand Up @@ -37,7 +37,7 @@ export const config: Config = {
{ components: ['ion-refresher', 'ion-refresher-content'] },
{ components: ['ion-reorder', 'ion-reorder-group'] },
{ components: ['ion-ripple-effect'] },
{ components: ['ion-anchor', 'ion-router', 'ion-route', 'ion-route-redirect', 'ion-router-link', 'ion-router-outlet'] },
{ components: ['ion-router', 'ion-route', 'ion-route-redirect', 'ion-router-link', 'ion-router-outlet'] },
{ components: ['ion-searchbar'] },
{ components: ['ion-segment', 'ion-segment-button'] },
{ components: ['ion-select', 'ion-select-option', 'ion-select-popover'] },
Expand All @@ -50,7 +50,10 @@ export const config: Config = {
{ components: ['ion-toast'] },
{ components: ['ion-toggle'] },
{ components: ['ion-virtual-scroll'] },

// Deprecated
{ components: [
'ion-anchor',
'ion-action-sheet-controller',
'ion-alert-controller',
'ion-loading-controller',
Expand All @@ -68,7 +71,7 @@ export const config: Config = {
type: 'dist',
esmLoaderPath: '../loader',
copy: [
{ src: 'themes/*.scss' }
{ src: '**/*.scss' }
]
},
// {
Expand Down

0 comments on commit 36a58df

Please sign in to comment.