Commit graph

68 commits

Author SHA1 Message Date
Johannes Rieken 30ce2998fd teach lint rules new dynamic import statements 2017-07-14 10:08:11 +02:00
Dirk Baeumer 29bb20ce0e Adopt tasks.json to new schema 2017-06-27 21:44:31 +02:00
Dirk Baeumer 22fa494aee Incooperate API feedback 2017-06-23 10:25:45 +02:00
Dirk Baeumer 2ef8e48de4 Implemented latest feedback from #28235 2017-06-23 10:25:44 +02:00
Dirk Baeumer 171e5c204f Fixes #27730: Deprecation warnings in our package.json 2017-05-31 16:42:13 +02:00
Joao Moreno d871d315c8 fixes #20344 2017-02-15 11:58:37 +01:00
Joao Moreno 1f1e4683a2 adopt isBackground 2017-02-08 09:05:17 +01:00
Erich Gamma 3625052492 update to tslint 4.0 2017-01-11 09:00:57 +01:00
Erich Gamma 856f5e2a5a updated the tslint task 2016-09-15 11:19:09 +02:00
Joao Moreno 1ef9a66db0 Revert "revert changes to gulp files"
This reverts commit 23afe96996.
2016-07-12 17:12:38 +02:00
Joao Moreno 23afe96996 revert changes to gulp files
Revert "oops"

This reverts commit 2be0f1d8cd.

Revert "cleanup top level gulpfile"

This reverts commit 849311713d.

Revert "use strict"

This reverts commit b6b7e82041.

Revert "forgot top level"

This reverts commit 1552828709.

Revert "remove VSCODE_BUILD_QUIET"

This reverts commit 8df5e70d12.
2016-07-12 11:47:48 +02:00
Joao Moreno 8df5e70d12 remove VSCODE_BUILD_QUIET 2016-07-12 10:47:19 +02:00
Benjamin Pasero f910ad299f restore verbose 2016-06-08 16:44:41 +02:00
Benjamin Pasero d9491c040d no-verbose tsb build, only apply markers to closed documents 2016-06-08 15:15:25 +02:00
Erich Gamma dddb9d4577 Fix that gulp tasks also run on Windows 2016-03-08 09:03:43 +01:00
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
Erich Gamma 8fac1e1017 Integrated tslint 2016-01-14 17:53:55 +01:00
Erich Gamma 8f35cc4768 Hello Code 2015-11-13 14:39:38 +01:00