Skip to content

Commit f2b45b8

Browse files
committed
Added Linter install instructions
1 parent 21256ac commit f2b45b8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Diff for: closure_install_instructions.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,17 @@ BUILD SUCCESSFUL
7272
Docs about Closure's Linter: https://developers.google.com/closure/utilities/<br>
7373
JavaScript Guidelines checked: http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml<br>
7474
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):
7676

7777
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 ..
7882

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>
8086

8187
<h3>Stylesheets</h3>
8288
Docs about Closure's Stylesheet minification: http://code.google.com/p/closure-stylesheets/<br>

0 commit comments

Comments
 (0)