generator-appverse-ionic
Version:
Appverse Ionic generator
13 lines (10 loc) • 322 B
JavaScript
;
// Reads HTML for usemin blocks to enable smart builds that automatically
// concat, minify and revision files. Creates configurations in memory so
// additional tasks can operate on them
module.exports = {
options: {
dest: '<%= paths.dist %>'
},
html: '<%= paths.app %>/index.html'
};