Skip to content

Commit

Permalink
clean scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed May 29, 2013
1 parent 153f4ac commit 062dd8e
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 102 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
all:
@npm install -d
@cp scripts/githooks/* .git/hooks/
@chmod -R +x .git/hooks/


specs := $(shell find ./tests -name '*.test.js' ! -path "*node_modules/*")
reporter = spec
Expand All @@ -18,9 +15,8 @@ lint:

out = _site/coverage.html
coverage:
@scripts/detect-jscoverage.sh
@rm -fr lib-cov
@jscoverage lib lib-cov
@node_modules/.bin/jscoverage lib lib-cov
@NICO_COVERAGE=1 $(MAKE) test reporter=html-cov > ${out}
@echo
@rm -fr lib-cov
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"jade": "*",
"jshint": "*",
"mocha": "*",
"jscoverage": "*",
"should": "*"
},
"bin": {
Expand Down
15 changes: 0 additions & 15 deletions scripts/detect-jscoverage.sh

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/githooks/post-merge

This file was deleted.

61 changes: 0 additions & 61 deletions scripts/githooks/pre-commit

This file was deleted.

18 changes: 0 additions & 18 deletions scripts/node-jscoverage.rb

This file was deleted.

0 comments on commit 062dd8e

Please sign in to comment.