decide.nolog.cz/tasks/options/htmlmin.js
2014-07-06 17:37:54 +02:00

12 lines
No EOL
208 B
JavaScript

module.exports = {
dist: {
options: {
removeComments: true,
collapseWhitespace: true
},
files: [{
src: 'dist/index.html',
dest: 'dist/index.html'
}]
}
};