Merge lp:~hatch/juju-gui/1129464-grunt-version into lp:juju-gui/experimental

Proposed by Jeff Pihach
Status: Merged
Merged at revision: 389
Proposed branch: lp:~hatch/juju-gui/1129464-grunt-version
Merge into: lp:juju-gui/experimental
Diff against target: 41 lines (+19/-1)
2 files modified
HACKING (+18/-0)
package.json (+1/-1)
To merge this branch: bzr merge lp:~hatch/juju-gui/1129464-grunt-version
Reviewer Review Type Date Requested Status
Juju GUI Hackers Pending
Review via email: mp+149310@code.launchpad.net

Description of the change

To post a comment you must log in.
Revision history for this message
Jeff Pihach (hatch) wrote :

Reviewers: mp+149310_code.launchpad.net,

Message:
Please take a look.

Description:
Restricted grunt version

https://code.launchpad.net/~hatch/juju-gui/1129464-grunt-version/+merge/149310

(do not edit description out of merge proposal)

Please review this at https://codereview.appspot.com/7357044/

Affected files:
   M HACKING
   A [revision details]
   M package.json

Index: HACKING
=== modified file 'HACKING'
--- HACKING 2013-02-13 18:35:39 +0000
+++ HACKING 2013-02-19 15:26:08 +0000
@@ -85,6 +85,24 @@

  You can then access the GUI at <http://localhost:8888/>.

+If you receive an error like:
+
+ fs.js:837
+ throw errnoException(errno, 'watch');
+ ^
+ Error: watch ENOSPC
+
+You can increase your watch limit:
+
+Create or edit:
+ /etc/sysctl.d/10-inotify.conf
+
+Add in the following:
+ # expand inotify limit
+ fs.inotify.max_user_watches=16384
+
+Then restart
+
  Note that the Makefile supports ``make help`` to try to introduce some of
the
  more important targets. Also note that if you use the "make prod" target
  while using the PyJuju rapi-rollup improv script, the password you should
use

Index: [revision details]
=== added file '[revision details]'
--- [revision details] 2012-01-01 00:00:00 +0000
+++ [revision details] 2012-01-01 00:00:00 +0000
@@ -0,0 +1,2 @@
+Old revision:
<email address hidden>
+New revision: <email address hidden>

Index: package.json
=== modified file 'package.json'
--- package.json 2013-02-06 15:29:02 +0000
+++ package.json 2013-02-19 15:26:08 +0000
@@ -31,7 +31,7 @@
      "graceful-fs": "1.1.x",
      "rimraf": "2.0.x",
      "uglify-js": "2.2.x",
- "grunt": ">=0.2.0",
+ "grunt": "0.3.17",
      "node-spritesheet": ">=0.2.3",
      "node-minify": "0.7.x"
    },

Revision history for this message
Madison Scott-Clary (makyo) wrote :

Land with changes, looks good to me. Thanks for the fix.

https://codereview.appspot.com/7357044/diff/1/HACKING
File HACKING (right):

https://codereview.appspot.com/7357044/diff/1/HACKING#newcode88
HACKING:88: If you receive an error like:
I believe these should be double-colons before indented code.

https://codereview.appspot.com/7357044/

Revision history for this message
Gary Poster (gary) wrote :

Land with changes. Looks good. Thank you.

Gary

https://codereview.appspot.com/7357044/diff/1/HACKING
File HACKING (right):

https://codereview.appspot.com/7357044/diff/1/HACKING#newcode88
HACKING:88: If you receive an error like:
On 2013/02/19 15:48:21, matthew.scott wrote:
> I believe these should be double-colons before indented code.

Yes. I suggest running make view-docs to verify that things look as you
hope

https://codereview.appspot.com/7357044/diff/1/HACKING#newcode104
HACKING:104: Then restart
or sudo sysctl -p

https://codereview.appspot.com/7357044/

Revision history for this message
Jeff Pihach (hatch) wrote :

*** Submitted:

Restricted grunt version

R=matthew.scott, gary.poster
CC=
https://codereview.appspot.com/7357044

https://codereview.appspot.com/7357044/

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'HACKING'
--- HACKING 2013-02-13 18:35:39 +0000
+++ HACKING 2013-02-19 15:30:55 +0000
@@ -85,6 +85,24 @@
8585
86You can then access the GUI at <http://localhost:8888/>.86You can then access the GUI at <http://localhost:8888/>.
8787
88If you receive an error like:
89
90 fs.js:837
91 throw errnoException(errno, 'watch');
92 ^
93 Error: watch ENOSPC
94
95You can increase your watch limit:
96
97Create or edit:
98 /etc/sysctl.d/10-inotify.conf
99
100Add in the following:
101 # expand inotify limit
102 fs.inotify.max_user_watches=16384
103
104Then restart
105
88Note that the Makefile supports ``make help`` to try to introduce some of the106Note that the Makefile supports ``make help`` to try to introduce some of the
89more important targets. Also note that if you use the "make prod" target107more important targets. Also note that if you use the "make prod" target
90while using the PyJuju rapi-rollup improv script, the password you should use108while using the PyJuju rapi-rollup improv script, the password you should use
91109
=== modified file 'package.json'
--- package.json 2013-02-06 15:29:02 +0000
+++ package.json 2013-02-19 15:30:55 +0000
@@ -31,7 +31,7 @@
31 "graceful-fs": "1.1.x",31 "graceful-fs": "1.1.x",
32 "rimraf": "2.0.x",32 "rimraf": "2.0.x",
33 "uglify-js": "2.2.x",33 "uglify-js": "2.2.x",
34 "grunt": ">=0.2.0",34 "grunt": "0.3.17",
35 "node-spritesheet": ">=0.2.3",35 "node-spritesheet": ">=0.2.3",
36 "node-minify": "0.7.x"36 "node-minify": "0.7.x"
37 },37 },

Subscribers

People subscribed via source and target branches