vscode/.vscode
Phillip Johnsen 4d6e7dfc3e Use local version of gulp in build steps.
Previously developers had to install gulp globally on their machine
to build the project. These changes changes that by using the already
locally installed version of gulp, removing the environment requirements
aswell as ensuring everyone are using the same version of gulp.

It fixes the VS Code build tasks, aswell as creating a npm script to trigger the watch task:

```bash
$ npm run watch
```
2016-03-02 20:57:49 +01:00
..
launch.json Add "launch"-type config to launch.json 2016-02-18 22:54:45 -08:00
settings.json Add eol setting 2016-03-01 11:35:17 +01:00
tasks.json Use local version of gulp in build steps. 2016-03-02 20:57:49 +01:00