aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorCH <clint@thestaticvoid.net>2016-10-05 11:45:37 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2016-10-05 11:45:37 +0200
commit2cf00254a1a696111b0f4a48dda1cac399447193 (patch)
tree4d7b6c6d78cc0180879e5978e00fc021056b4b6b /package.json
parent693a370f069fe8d8a4c0ea53c47085cd96cf37fc (diff)
downloadperl-software-in-gnu-guix-2cf00254a1a696111b0f4a48dda1cac399447193.tar
perl-software-in-gnu-guix-2cf00254a1a696111b0f4a48dda1cac399447193.tar.gz
renamed grunt 'base' option to 'root' (#1660)
* Allow slides to be served away from revealjs server location The previous 'base' option conflicts with Grunt's 'base' option. Changing it to 'root' avoids this. Further, updating to a newer Grunt allows multiple parameters to be used. therefore `grunt serve --root="." --root="pathtomyslides"` allows you to keep your slide content separate from JS/CSS and such * Live reload for relocated base * Updated packages to match origin/dev * Updated packages to match origin/dev * Ensure root is an array
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7f6f334..c96e4fd 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
"socket.io": "^1.4.8"
},
"devDependencies": {
- "grunt": "~0.4.5",
+ "grunt": "~1.0.1",
"grunt-autoprefixer": "~3.0.3",
"grunt-contrib-connect": "~0.11.2",
"grunt-contrib-cssmin": "~0.14.0",