mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2026-05-19 06:02:31 +02:00
Update license-spec.lua for changed directory structure.
This commit is contained in:
+4
-2
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user