Skip to content

Commit

Permalink
Added sass submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 2, 2010
1 parent 27534d9 commit 0928f03
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -4,3 +4,6 @@
[submodule "support/markdown"]
path = support/markdown
url = http://github.com/evilstreak/markdown-js.git
[submodule "support/sass"]
path = support/sass
url = git://github.com/visionmedia/sass.js.git
11 changes: 6 additions & 5 deletions Makefile
Expand Up @@ -11,14 +11,15 @@ uninstall:
rm -f $(LIB_PREFIX)/jade.js

test:
@./support/expresso/bin/expresso -I lib -I support/markdown/lib test/*.js

test-cov:
@./support/expresso/bin/expresso -I lib -I support/markdown/lib --cov test/*.js
@./support/expresso/bin/expresso \
-I lib \
-I support/markdown/lib \
-I support/sass/lib \
test/*.js

api.html: lib/jade.js
@dox --title "Jade" \
--desc "Jade is a high performance template engine for [node](http://nodejs.org), inspired by [haml](http://haml-lang.com/), created by [TJ Holowaychuk](http://github.com/visionmedia)." \
$< > $@

.PHONY: install uninstall test test-cov example
.PHONY: install uninstall test example
1 change: 1 addition & 0 deletions support/sass
Submodule sass added at 738177

0 comments on commit 0928f03

Please sign in to comment.