Sha256: 5780f0b78b05b20b18a199404949641a95fa9194efbbfb7687608e48e387c8f0

Contents?: true

Size: 1.91 KB

Versions: 1

Compression:

Stored size: 1.91 KB

Contents

# Change Log
All notable changes to this project will be documented in this file going forward.

## [1.5.0] - 2015-10-07
- add jruby support for file name resolution (thanks to jmagoon)
- make config.force more flexible by allowing it to be a proc (thanks to rosendi)
- fix browserify-rails to work with new sprockets 3 interface (thanks to hajpoj)
- fix broken test with current `npm install` in dummy test app

## [1.4.0] - 2015-08-12
- modify tilt allowed version to be ">= 1.1", "< 3" to be compatible with sass-rails

## [1.3.0] - 2015-08-12
- add tilt >= 2.0.1 as a runtime dependency (overlooked)

## [1.2.0] - 2015-07-19
- require sprockets > 3.0.2 (see browserify-rails issue 91)

## [1.1.0] - 2015-07-04
- fix major performance bug with browserify-incremental cachefile
- remove specific version in README

## [1.0.2] - 2015-06-29
- updates to README for versions

## [1.0.1] - 2015-06-08
- fix bug with exorcist and config.root being unset

## [1.0.0] - 2015-06-03
- fix bugs when path has a space in it

## [1.0.0b] - 2015-06-03
- update dependencies to be compatible with sass-rails and more...

## [0.9.3] - 2015-06-03
- allow parentheses in path names
- support for piping output through Exorcist to extract sourcemaps

## [0.9.1] - 2015-04-20
- options can be set to a proc

## [0.9.0] - 2015-04-16
- bumped a more significant version due to potential issues with Rails 4.x compatibility

## [0.8.4] - 2015-04-16
- make compatible with Rails 4.x and add missing testing gem

## [0.8.3] - 2015-03-17
- forgot to update CHANGELOG

## [0.8.2] - 2015-03-17
- allow setting NODE_ENV via configuration

## [0.8.1] - 2015-03-17
### Changed
- disable browserify-incremental in production and staging environments

## [0.8.0] - 2015-03-17
### Changed
- do not compile source maps for any environment by default (used to default to development-enabled)
- set NODE_ENV to Rails.env in environment that runs browserify command
- begin using changelog

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
browserify-rails-1.5.0 CHANGELOG.md