mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-23 01:37:55 +01:00
Update license-spec.lua for changed directory structure.
This commit is contained in:
parent
5c07947fe5
commit
8f0943a53b
@ -1,8 +1,10 @@
|
||||
local M = {
|
||||
BASE_PATH = 'js_src',
|
||||
BASE_PATH = 'js',
|
||||
EXCLUDE_FILES = {},
|
||||
PROCESS_FILES = {
|
||||
['js_src/[^/]*%.js'] = 'cstyle'
|
||||
['js/[^/]*%.js'] = 'cstyle',
|
||||
['js/api/[^/]*%.js'] = 'cstyle',
|
||||
['js/settings/[^/]*%.js'] = 'cstyle'
|
||||
},
|
||||
IGNORE_GIT_CHANGED = false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user