gulpfile.extensions refactor

This commit is contained in:
Joao Moreno
2016-03-04 09:27:27 +01:00
parent 5354309a24
commit b07b57cc0e
17 changed files with 103 additions and 2249 deletions

View File

@@ -8,7 +8,7 @@
"activationEvents": [
"onLanguage:json"
],
"main": "./out/jsonMain",
"main": "./client/out/jsonMain",
"scripts": {
"vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../build/gulpfile.extensions.js compile-extension:json ./src/tsconfig.json",
"postinstall": "cd server && npm install && npm run compile && cd .."