Skip to content

Commit ef84e59

Browse files
committed
feat(cordova): copy html before building
1 parent e645fba commit ef84e59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ionic/cordova.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ IonicTask.prototype.run = function(ionic, argv) {
154154
// can happen parallel to webpack bundle
155155
Build.sass(buildOptions);
156156
Build.fonts(buildOptions);
157+
Build.html(buildOptions);
157158
return Build.bundle(buildOptions);
158159
}
159160
})

0 commit comments

Comments
 (0)