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