aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-07-07 21:33:07 +0100
committerPete Bacon Darwin2013-07-08 10:56:25 +0100
commitd88dc4a64f0cc1e83d0dd85ffffd254e72d23ca9 (patch)
tree0670a36672da1485a5fdaf1b983ac53b0b63bd1a /Gruntfile.js
parentf59b9c6fbdfa134dcf682a5092e8835cc56abb54 (diff)
downloadangular.js-d88dc4a64f0cc1e83d0dd85ffffd254e72d23ca9.tar.bz2
chore(grunt): tweak ng-closure-runner setup
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index e420498a..be5b88a3 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -27,7 +27,7 @@ module.exports = function(grunt) {
parallel: {
travis: {
options: {
- stream: true,
+ stream: true
},
tasks: [
util.parallelTask('test:docs'),