Skip to content

Commit

Permalink
remove jsstyle/jsl submodules; these must now be installed elsewhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Pacheco committed Jul 27, 2012
1 parent 68cf4ab commit 24c0867
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 48 deletions.
6 changes: 0 additions & 6 deletions .gitmodules
@@ -1,6 +0,0 @@
[submodule "deps/javascriptlint"]
path = deps/javascriptlint
url = git://github.com/davepacheco/javascriptlint
[submodule "deps/jsstyle"]
path = deps/jsstyle
url = git://github.com/davepacheco/jsstyle
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -19,5 +19,4 @@ JSL_CONF_NODE = jsl.node.conf
# Default target is "check"
check:

include ./Makefile.deps
include ./Makefile.targ
39 changes: 0 additions & 39 deletions Makefile.deps

This file was deleted.

11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -103,3 +103,14 @@ get the object's toString() for the full details:

WError: request failed; caused by failed to check "/nonexistent": ENOENT,
stat '/nonexistent'

# Contributing

Contributions welcome. Code should be "make check" clean. To run "make check",
you'll need these tools:

* https://github.com/davepacheco/jsstyle
* https://github.com/davepacheco/javascriptlint

If you're changing something non-trivial or user-facing, you may want to submit
an issue first.
1 change: 0 additions & 1 deletion deps/javascriptlint
Submodule javascriptlint deleted from fe4519
1 change: 0 additions & 1 deletion deps/jsstyle
Submodule jsstyle deleted from da42b5

0 comments on commit 24c0867

Please sign in to comment.