##// END OF EJS Templates
added 'publish' task to the build script
added 'publish' task to the build script

File last commit:

r64:a58e38dc6b10 default
r64:a58e38dc6b10 default
Show More
settings.json
15 lines | 427 B | application/json | JsonLexer
cin
minor fixes, code cleanup...
r33 {
"java.configuration.updateBuildConfiguration": "disabled",
cin
working on IoC container
r38 "tslint.enable": true,
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"/build": true
},
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"/build": true
cin
added 'publish' task to the build script
r64 },
"editor.minimap.enabled": false
cin
minor fixes, code cleanup...
r33 }