useminPrepare.js 127 B

12345678
  1. module.exports = function(config) {
  2. return {
  3. html: [
  4. 'tmp/index.html',
  5. 'tmp/views/index.html',
  6. ]
  7. };
  8. };