hsume2 / browserify-rails

Deprecated https://github.com/browserify-rails/browserify-rails
MIT License
57 stars 11 forks source link

How are package upgrades handled? #33

Closed rymohr closed 10 years ago

rymohr commented 10 years ago

If I upgrade a package (ie update version in package.json and run npm install), will all the files that require it get recompiled automatically?

rymohr commented 10 years ago

Just tried using npm link to simulate this and it doesn't look like dependencies get recompiled.

rymohr commented 10 years ago

Continued at https://github.com/browserify-rails/browserify-rails/issues/14