fix(config): update stencil config

This commit is contained in:
Adam Bradley
2017-07-06 12:32:35 -05:00
parent 802415c899
commit e1cfc9aa95
2 changed files with 3 additions and 5 deletions

1
.gitignore vendored
View File

@ -13,6 +13,7 @@ log.txt
.sass-cache/
.versions/
coverage/
collection/
dist/
node_modules/
tmp/

View File

@ -1,9 +1,6 @@
exports.config = {
namespace: 'ionic',
src: 'src',
dest: 'dist',
collection: true,
collectionDest: 'collection',
namespace: 'Ionic',
generateCollection: true,
bundles: [
{ components: ['ion-app', 'ion-content', 'ion-footer', 'ion-header', 'ion-navbar', 'ion-page', 'ion-title', 'ion-toolbar'] },
{ components: ['ion-avatar', 'ion-badge', 'ion-thumbnail'] },