You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there some way to clear the cache automatically after a bundler update, rather than having to remember to run "faster_require --clear-cache" each time ?
The text was updated successfully, but these errors were encountered:
I pinged them to see whta the bundler guys say.
In the meantime a couple ideas: you might be able to put in some
require command that runs the system command for you, in your gemfile http://gembundler.com/man/gemfile.5.html
or edit your /usr/bin/bundler file so that after running it runs
system("faster_require -- ... ") perhaps. Adjust paths accordingly of
course :)
-r
Is there some way to clear the cache automatically after a bundler update, rather than having to remember to run "faster_require --clear-cache" each time ?
Reply to this email directly or view it on GitHub: #36
Is there some way to clear the cache automatically after a bundler update, rather than having to remember to run "faster_require --clear-cache" each time ?
The text was updated successfully, but these errors were encountered: