hueman/__grunt-tasks-config__/comments.js

10 lines
No EOL
256 B
JavaScript

module.exports = {
front_assets_js : {
// Target-specific file lists and/or options go here.
options: {
singleline: true,
multiline: true
},
src: [ '<%= paths.front_js %>scripts.js'] // files to remove comments from
}
};