Revert "revert changes to gulp files"

This reverts commit 23afe96996.
This commit is contained in:
Joao Moreno
2016-07-12 17:12:38 +02:00
parent 43c6e13ac5
commit 1ef9a66db0
12 changed files with 919 additions and 940 deletions

6
.vscode/tasks.json vendored
View File

@@ -25,14 +25,14 @@
"absolute"
],
"pattern": {
"regexp": "^\\*\\*\\* Error: ([^(]+)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\): (.*)$",
"regexp": "Error: ([^(]+)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\): (.*)$",
"file": 1,
"location": 2,
"message": 3
},
"watching": {
"beginsPattern": "^\\*\\*\\* Starting\\.\\.\\.$",
"endsPattern": "^\\*\\*\\* Finished"
"beginsPattern": "Starting compilation",
"endsPattern": "Finished compilation"
}
}
},