mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
@ -28,9 +28,9 @@ Generator.prototype.renderTemplates = function renderTemplates() {
|
|||||||
}, this);
|
}, this);
|
||||||
|
|
||||||
console.log(('\nDon\'t forget to add an import for ' + scssName + ' ' + 'in ' +
|
console.log(('\nDon\'t forget to add an import for ' + scssName + ' ' + 'in ' +
|
||||||
path.join('app', 'themes', 'app.core.scss') + ':\n\n @import ' +
|
path.join('app', 'themes', 'app.core.scss') + ':\n\n @import "' +
|
||||||
path.relative(path.join(this.appDirectory, 'app', 'themes'), scssPath) +
|
path.relative(path.join(this.appDirectory, 'app', 'themes'), scssPath) +
|
||||||
'\n').green);
|
'";\n').green);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user