chore(gulp): update core task to run done on compile

This commit is contained in:
Brandy Carney
2017-06-14 12:56:21 -04:00
parent 005035bb46
commit e4df27a511
3 changed files with 12 additions and 8 deletions

View File

@@ -7,13 +7,15 @@
ion-icon {
visibility: inherit !important;
display: inline-block;
font-size: 1.2em;
}
ion-icon.hydrated {
visibility: inherit;
}
ion-icon[small] {
min-height: 1.1em;

View File

@@ -709,7 +709,6 @@ export interface VNodeData {
on?: any;
vkey?: Key;
vns?: string; // for SVGs
[key: string]: any; // for any other 3rd party module
}