Skip to content

Commit

Permalink
Grunt no longer a main dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Nov 25, 2016
1 parent 20aae5b commit 9ee8b01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion doc/X11.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ $ sudo apt-get install nodejs nodejs-legacy npm virtualbox-guest-x11
$ sudo apt-get install xorg xauth xcursor-themes consolekit dbus dbus-x11 libwebkitgtk-3.0 libwebkitgtk-3.0-dev libwebkitgtk-dev
$ sudo apt-get install alsa-utils pulseaudio pulseaudio-module-x11 gstreamer0.10-alsa gstreamer0.10-pulseaudio gstreamer0.10-plugins-good gstreamer0.10-plugins-base
$ sudo apt-get install build-essential libpam0g-dev libgtk-3-dev
$ sudo npm install -g grunt-cli

#
# Make image
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"findit": ">=2.0.0",
"formidable": ">=1.0.17",
"fstream": "^1.0.10",
"grunt": ">=1.0.1",
"less": ">=2.7.1",
"minimist": "^1.2.0",
"node-fs-extra": ">=0.8.1",
Expand All @@ -45,6 +44,7 @@
"devDependencies": {
"chai": "^3.5.0",
"clean-css": ">=3.4.19",
"grunt": ">=1.0.1",
"grunt-contrib-csslint": "2.0.0",
"grunt-contrib-validate-xml": ">=0.0.1",
"grunt-contrib-watch": ">=1.0.0",
Expand Down

0 comments on commit 9ee8b01

Please sign in to comment.