hueman/grunt-tasks-config/comments.js
nikeo b059c32ed1 v3.1.5 build
* updated : screenshot to 1200x900
2016-05-30 10:46:56 +02:00

10 lines
No EOL
269 B
JavaScript

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