UNPKG

generator-appverse-ionic

Version:
12 lines (10 loc) 333 B
'use strict'; // 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 %>/**'] } };