diff --git a/app/index.js b/app/index.js index e8964d2..67120ed 100644 --- a/app/index.js +++ b/app/index.js @@ -118,7 +118,7 @@ IonicGenerator.prototype.setupEnv = function setupEnv() { }; IonicGenerator.prototype.readIndex = function readIndex() { - this.indexFile = this.read(path.join(this.starterCache, 'index.html')); + this.indexFile = this.engine(this.read(path.join(this.starterCache, 'index.html')), this); }; IonicGenerator.prototype.appJs = function appJs() {