12 lines
No EOL
208 B
JavaScript
12 lines
No EOL
208 B
JavaScript
module.exports = {
|
|
dist: {
|
|
options: {
|
|
removeComments: true,
|
|
collapseWhitespace: true
|
|
},
|
|
files: [{
|
|
src: 'dist/index.html',
|
|
dest: 'dist/index.html'
|
|
}]
|
|
}
|
|
}; |