Skip to content

Commit

Permalink
update Makefile & gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Apr 24, 2013
1 parent da20302 commit 430c7ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ build
node_modules
_site
sea-modules
.cache
10 changes: 2 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,12 @@ server:
watch:
@nico server -C $(THEME)/nico.js --watch

publish: clean build-doc
publish-doc: clean build-doc
@spm publish --doc _site

clean:
@rm -fr _site


reporter = spec
url = tests/runner.html
test:
@mocha-phantomjs --reporter=${reporter} http://127.0.0.1:8000/${url}


.PHONY: build-doc debug server publish clean test
.PHONY: build-doc debug server publish-doc clean test

0 comments on commit 430c7ae

Please sign in to comment.