Skip to content

Instantly share code, notes, and snippets.

View shootdaj's full-sized avatar

Anshul Vishwakarma shootdaj

  • Los Angeles, CA
View GitHub Profile
{"contents":{"editor":{"formatOnSave":true},"files":{"exclude":{"**/.git":true,"**/.svn":true,"**/.hg":true,"**/CVS":true,"**/.DS_Store":true,"out-tsc":true,"qa/**":true,"tools/**":true}},"launch":{"version":"0.2.0","configurations":[{"type":"chrome","request":"attach","name":"Attach to Chrome","port":9222,"webRoot":"${workspaceFolder}"},{"type":"chrome","request":"launch","name":"Launch Chrome (ng serve)","url":"http://localhost:4200","webRoot":"${workspaceFolder}"},{"type":"chrome","request":"launch","name":"Launch Chrome (dev_f)","url":"http://localhost/dev_f/web/ui","webRoot":"${workspaceFolder}"}]},"tasks":{"version":"2.0.0","tasks":[{"label":"Build & Deploy to dev_f","dependsOn":"Lint","type":"shell","command":"ng build elite3e --aot --output-path=C:\\3EProject\\dev_f\\src\\Framework\\Inetpub\\Web\\wwwroot\\ui","group":{"kind":"build","isDefault":true},"presentation":{"reveal":"always","panel":"dedicated"},"problemMatcher":["$tsc"]},{"label":"Lint","type":"shell","command":"./node_modules/.bin/tslint","