mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-05 03:33:23 +01:00
744862b6a1
Add configuration file for license header script. Change js uglify to keep copyright comments.
10 lines
152 B
Lua
10 lines
152 B
Lua
local M = {
|
|
BASE_PATH = 'js_src',
|
|
EXCLUDE_FILES = {},
|
|
PROCESS_FILES = {
|
|
['js_src/[^/]*%.js'] = 'cstyle'
|
|
},
|
|
IGNORE_GIT_CHANGED = false
|
|
}
|
|
return M
|