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
1=== modified file 'HACKING'
2--- HACKING 2013-02-13 18:35:39 +0000
3+++ HACKING 2013-02-19 15:30:55 +0000
4@@ -85,6 +85,24 @@
5
6 You can then access the GUI at <http://localhost:8888/>.
7
8+If you receive an error like:
9+
10+ fs.js:837
11+ throw errnoException(errno, 'watch');
12+ ^
13+ Error: watch ENOSPC
14+
15+You can increase your watch limit:
16+
17+Create or edit:
18+ /etc/sysctl.d/10-inotify.conf
19+
20+Add in the following:
21+ # expand inotify limit
22+ fs.inotify.max_user_watches=16384
23+
24+Then restart
25+
26 Note that the Makefile supports ``make help`` to try to introduce some of the
27 more important targets. Also note that if you use the "make prod" target
28 while using the PyJuju rapi-rollup improv script, the password you should use
29
30=== modified file 'package.json'
31--- package.json 2013-02-06 15:29:02 +0000
32+++ package.json 2013-02-19 15:30:55 +0000
33@@ -31,7 +31,7 @@
34 "graceful-fs": "1.1.x",
35 "rimraf": "2.0.x",
36 "uglify-js": "2.2.x",
37- "grunt": ">=0.2.0",
38+ "grunt": "0.3.17",
39 "node-spritesheet": ">=0.2.3",
40 "node-minify": "0.7.x"
41 },

Subscribers

People subscribed via source and target branches