Skip to content

Commit

Permalink
Re-enable Spring for rails-erb-loader (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejackson authored and gauravtiwari committed Apr 12, 2017
1 parent a06421f commit f0bae36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install/config/loaders/core/erb.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module.exports = {
exclude: /node_modules/,
loader: 'rails-erb-loader',
options: {
runner: 'DISABLE_SPRING=1 bin/rails runner'
runner: 'bin/rails runner'
}
}

0 comments on commit f0bae36

Please sign in to comment.