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

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed May 10, 2012
1 parent b73e2a5 commit 118392d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,7 +6,10 @@
* `paths.assets` can now be an array of paths.
* Improved plugin API:
* Added support for `onCompile` method.
It allows to create great & simple live browser reloaders.
It allows to create great & simple live browser reloaders.
* Files that end with two underscores (e.g. `a.js__`) are now ignored by
watcher and compiler because they're created by some IDEs.
* Files in `vendor` directory are now sorted correctly, before `app` files.

# Brunch 1.1.2 (April 20, 2012)
* Fixed `buildPath is deprecated` warning on new configs.
Expand Down

0 comments on commit 118392d

Please sign in to comment.