diff options
author | Daniel Wegener | 2013-11-21 21:02:51 +0100 |
---|---|---|
committer | Daniel Wegener | 2013-12-05 16:11:35 +0100 |
commit | 5c1497e8b26c94afed7ed3d7cbf1d16ce2e6436f (patch) | |
tree | c079b272815ad6f597f3640d12564e705e15bb9c /package.json | |
parent | 4068c5221d8550a78cd5ca8a9664b66f2cff1f54 (diff) |
grunt serve starts the browser and livereloads changes in the presentation
- upgrade grunt-contrib-connect to ~0.5.0
- configure connect and watch plugin
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index b92c0bc..13ff3e3 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "grunt-contrib-uglify": "~0.2.4", "grunt-contrib-watch": "~0.5.3", "grunt-contrib-sass": "~0.5.0", - "grunt-contrib-connect": "~0.4.1", + "grunt-contrib-connect": "~0.5.0", "grunt-zip": "~0.7.0", "grunt": "~0.4.0" }, |