Skip to content

Commit

Permalink
Release 2.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Mar 22, 2016
1 parent e24ecd6 commit eb7b245
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
To install the latest version, execute `npm install -g brunch`

## Brunch 2.5.2 (Mar 22, 2016)
* Fixed double inclusion of some files on Windows.
* Fixed an issue when `joinTo` production override did not have any effect.

## Brunch 2.5.1 (Mar 18, 2016)
* Fixed loading of JSON files.

## Brunch 2.5.0 (Mar 16, 2016)
* **Improved NPM support:**
* Added support for scoped npm packages, like `@cycle/dom`.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ Install Brunch with a simple node.js package manager command: `npm install -g br
3. **Deploy** with Brunch: `brunch build --production`
- builds a project for distribution. By default it enables minification.

## Development
## Brunch development

- To install edge version (from GitHub `master` branch): `npm install -g brunch/brunch`
- To enable debug mode, simply pass `-d` flag to any comand like that: `brunch build -d`

## Resources
## Learn

* Visit our site: [brunch.io](http://brunch.io)
* **[See Brunch documentation](https://github.com/brunch/brunch/tree/master/docs)**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "brunch",
"description": "A lightweight approach to building HTML5 applications with emphasis on elegance and simplicity",
"version": "2.5.1",
"version": "2.5.2",
"keywords": [
"assembler",
"builder",
Expand Down

0 comments on commit eb7b245

Please sign in to comment.