useminPrepare.js 97 B

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