fix(): updated config settings for new version of stencil and corrected some errors.

This commit is contained in:
Josh Thomas
2017-07-10 16:09:18 -05:00
parent 10c69b4f17
commit e96ce7dafd
16 changed files with 4534 additions and 859 deletions

View File

@ -2,6 +2,7 @@ exports.config = {
namespace: 'Ionic',
buildDest: 'dist',
generateCollection: true,
diagnosticsDest: 'demos/.dev-diagnostics.html',
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'] },