Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Add 1.3.0 changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jun 4, 2012
1 parent b430d46 commit 3299ed5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Brunch 1.3.0 (unreleased)
* Added experimental testing support (thanks to Andreas Gerstmayr):
* `brunch test` (or `brunch t`) is used to run all tests in CLI env.
* `test` directory is now watched. Add `'javascripts/tests.js': /^test/`
to `config.javascripts.joinTo` in `config.coffee` to compile them.
* Fixed watching of non-compiled files in `app`.
* Semicolon is now added after every compiled vendor library because of
some libs that break with brunch. Hello, Zepto!

# Brunch 1.2.2 (May 24, 2012)
* Brunch now outputs compilation time.
* Assets are copied one-by-one on change, instead of copying the whole
Expand Down

0 comments on commit 3299ed5

Please sign in to comment.