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 17c4a0e commit 1d3afd2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions easy-bake-config.yml
@@ -1,16 +1,19 @@
library: library:
join: lifecycle.js join: lifecycle.js
compress: true compress: true
directories: [src] files:
- src/**/*.coffee


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

0 comments on commit 1d3afd2

Please sign in to comment.