Skip to content

Commit

Permalink
Add lb
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravtiwari committed Feb 27, 2018
1 parent 41916cf commit 74b36c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/install/bin/webpack
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env ruby

ENV["RAILS_ENV"] ||= ENV["RACK_ENV"] || "development"
ENV["NODE_ENV"] ||= ENV["RAILS_ENV"]

Expand Down
1 change: 1 addition & 0 deletions lib/install/bin/webpack-dev-server
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env ruby

ENV["RAILS_ENV"] ||= ENV["RACK_ENV"] || "development"
ENV["NODE_ENV"] ||= ENV["RAILS_ENV"]

Expand Down

0 comments on commit 74b36c3

Please sign in to comment.