This repository has been archived by the owner on Dec 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from queckezz/rework
rework
- Loading branch information
Showing
26 changed files
with
849 additions
and
437 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,19 @@ | ||
|
||
mocha = ./node_modules/.bin/mocha | ||
|
||
test: | ||
@$(mocha) \ | ||
--require assert \ | ||
--reporter spec \ | ||
--bail | ||
|
||
example: | ||
node example/builder | ||
open example/index.html | ||
cd examples/string/ && component install && cd - | ||
node examples/string/builder | ||
open examples/string/index.html | ||
|
||
cd examples/template/ && component install && cd - | ||
node examples/template/builder | ||
open examples/template/index.html | ||
|
||
.PHONY: example | ||
.PHONY: test example |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.