File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,17 @@ BUILD SUCCESSFUL
72
72
Docs about Closure's Linter: https://developers.google.com/closure/utilities/ <br >
73
73
JavaScript Guidelines checked: http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml <br >
74
74
Project home: http://code.google.com/p/closure-linter/ <br >
75
- Checkout command:
75
+ Checkout command (setup step is optional. Adds to modify the /usr/local/bin) :
76
76
77
77
svn checkout http://closure-linter.googlecode.com/svn/trunk/ closure-linter
78
+ cd closure-linter
79
+ cat README
80
+ python ./setup.py install
81
+ cd ..
78
82
79
- No building step necessary, just a checkout.
83
+ After installing, you get two helper applications installed into /usr/local/bin:<br >
84
+ gjslint.py - runs the linter and checks for errors.<br >
85
+ fixjsstyle.py - tries to fix errors automatically.<br >
80
86
81
87
<h3 >Stylesheets</h3 >
82
88
Docs about Closure's Stylesheet minification: http://code.google.com/p/closure-stylesheets/ <br >
You can’t perform that action at this time.
0 commit comments