vendor JED
This commit is contained in:
parent
0531108531
commit
a740335dd5
5
Makefile
5
Makefile
@ -21,10 +21,7 @@ tsc: tsconfig.json node_modules
|
|||||||
tsconfig.json: gulpfile.js node_modules
|
tsconfig.json: gulpfile.js node_modules
|
||||||
$(gulp) tsconfig
|
$(gulp) tsconfig
|
||||||
|
|
||||||
lib/vendor/jed.js: node_modules
|
i18n: pogen lib/i18n-strings.js
|
||||||
test -e lib/vendor/jed.js || ln -s ../../node_modules/jed/jed.js lib/vendor/
|
|
||||||
|
|
||||||
i18n: pogen lib/i18n-strings.js lib/vendor/jed.js
|
|
||||||
|
|
||||||
pogen/pogen.js: pogen/pogen.ts pogen/tsconfig.json node_modules
|
pogen/pogen.js: pogen/pogen.ts pogen/tsconfig.json node_modules
|
||||||
cd pogen; ../$(tsc)
|
cd pogen; ../$(tsc)
|
||||||
|
Loading…
Reference in New Issue
Block a user