mirror of
https://gh.wpcy.net/https://github.com/presscustomizr/hueman.git
synced 2026-05-04 13:22:34 +08:00
10 lines
No EOL
269 B
JavaScript
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
|
|
}
|
|
}; |