diff --git a/easy-bake-config.yml b/easy-bake-config.yml index 931b43c..e47a031 100644 --- a/easy-bake-config.yml +++ b/easy-bake-config.yml @@ -1,10 +1,11 @@ library: join: lifecycle.js compress: true - directories: [src] + files: + - src/**/*.coffee tests: - output: ./build + output: build directories: - test/core - test/packaging @@ -12,5 +13,7 @@ tests: test: command: phantomjs runner: phantomjs-qunit-runner.js + files: + - '**/*.html' build: no_files_ok: ['test/packaging']