Skip to content

Commit

Permalink
restore rules to build component
Browse files Browse the repository at this point in the history
  • Loading branch information
retrofox committed Sep 26, 2012
1 parent 1eeb343 commit e6c2b90
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@

build: components
@component build --dev

components:
@component install --dev

clean:
rm -fr build components template.js

test:
@./node_modules/.bin/mocha \
--require should \
Expand All @@ -6,4 +16,5 @@ test:
--bail \
--reporter spec

.PHONY: test

.PHONY: clean test

0 comments on commit e6c2b90

Please sign in to comment.