Skip to content

Commit

Permalink
Upgraded easy-bake
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Malakoff committed Jun 11, 2012
1 parent dc70b7c commit 6886e0c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions easy-bake-config.yml
Expand Up @@ -12,18 +12,20 @@ library:
- src/background_array_iterator_xN.coffee

examples:
output: ./build
output: build
directories:
- examples

tests:
output: ./build
output: build
directories:
- test/core
- test/packaging
options:
test:
command: phantomjs
runner: phantomjs-jasmine-runner.js
files:
- '**/*.html'
build:
no_files_ok: ['test/packaging']

0 comments on commit 6886e0c

Please sign in to comment.