generator-appverse-ionic
Version:
Appverse Ionic generator
12 lines (10 loc) • 333 B
JavaScript
;
// Performs rewrites based on rev and the useminPrepare configuration
module.exports = {
html: ['<%= paths.dist %>/*.html', '<%= paths.dist %>/components/**/*.html'],
css: ['<%= paths.dist %>/**/*.css'],
js: '<%= paths.dist %>/**/*.js',
options: {
assetsDirs: ['<%= paths.dist %>/**']
}
};