Skip to content

Commit

Permalink
feat(cordova): copy html before building
Browse files Browse the repository at this point in the history
  • Loading branch information
tlancina committed Mar 28, 2016
1 parent e645fba commit ef84e59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ionic/cordova.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ IonicTask.prototype.run = function(ionic, argv) {
// can happen parallel to webpack bundle
Build.sass(buildOptions);
Build.fonts(buildOptions);
Build.html(buildOptions);
return Build.bundle(buildOptions);
}
})
Expand Down

0 comments on commit ef84e59

Please sign in to comment.