generator-appverse-ionic
Version:
Appverse Ionic generator
17 lines (16 loc) • 411 B
JavaScript
module.exports = {
options: {
basePath: '<%= paths.app %>',
templates: {
html: {
js: '<script src="{filePath}"></script>',
css: '<link rel="stylesheet" type="text/css" href="{filePath}" />',
}
}
},
myTarget: {
files: {
'<%= paths.app %>/index.html': '<%= paths.app %>/index.html'
}
}
};