mirror of
https://gh.wpcy.net/https://github.com/presscustomizr/hueman.git
synced 2026-04-24 23:29:13 +08:00
20 lines
No EOL
342 B
JavaScript
20 lines
No EOL
342 B
JavaScript
module.exports = {
|
|
options: {
|
|
logConcurrentOutput: true
|
|
},
|
|
hueman_pre_build : {
|
|
tasks: [
|
|
'pre_front_css',
|
|
'pre_front_js',
|
|
|
|
'concat:widget_areas_modules_js',
|
|
|
|
//'comments:czr_base_control_js',
|
|
//'comments:czr_base_preview_js',
|
|
|
|
'lineending:czr_js',
|
|
'replace',
|
|
'clean',
|
|
]
|
|
}
|
|
}; |