Update license-spec.lua for changed directory structure.

This commit is contained in:
Wouter R 2016-02-12 17:06:03 +01:00
parent 5c07947fe5
commit 8f0943a53b
1 changed files with 4 additions and 2 deletions

View File

@ -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
}