From 6886e0cf856774ba0798f8a670a062ceb10bb0ee Mon Sep 17 00:00:00 2001 From: Kevin Malakoff Date: Tue, 12 Jun 2012 01:05:45 +0900 Subject: [PATCH] Upgraded easy-bake --- easy-bake-config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/easy-bake-config.yml b/easy-bake-config.yml index cf53157..2376818 100644 --- a/easy-bake-config.yml +++ b/easy-bake-config.yml @@ -12,12 +12,12 @@ library: - src/background_array_iterator_xN.coffee examples: - output: ./build + output: build directories: - examples tests: - output: ./build + output: build directories: - test/core - test/packaging @@ -25,5 +25,7 @@ tests: test: command: phantomjs runner: phantomjs-jasmine-runner.js + files: + - '**/*.html' build: no_files_ok: ['test/packaging'] \ No newline at end of file