-
Notifications
You must be signed in to change notification settings - Fork 382
Asset Tag Helpers API Change #203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d59bfd2
to
ba5539d
Compare
@@ -4,7 +4,7 @@ | |||
|
|||
# Development rails requires both rails and rails-assets | |||
# (and rails-server-assets if server rendering) | |||
rails: rails s | |||
rails: REACT_ON_RAILS_ENV='HOT' rails s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no quotes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
We need updates to the Procfiles: Procfile.dev --- everything |
Then we want to put the helpers in react_on_rails. |
fe8e74d
to
d78a195
Compare
… rename application_prod and dev to static and hot
0d024d3
to
13db9f4
Compare
13db9f4
to
363f6d8
Compare
@justin808 I still need to add the colored warning message thing we discussed, then will be ready for merge. |
@justin808 ready for review/merge |
Reviewed 16 of 19 files at r1, 4 of 5 files at r2, 1 of 1 files at r3. spec/support/ensure_assets_compiled.rb, line 8 [r3] (raw file): Comments from the review on Reviewable.io |
Reviewed 16 of 19 files at r1, 4 of 5 files at r2, 1 of 1 files at r3. Comments from the review on Reviewable.io |
env_javascript_include_tag
andenv_stylesheet_link_tag
APIapplication_prod
->application_static
application_dev
toapplication_hot
REACT_ON_RAILS_ENV='HOT'
environment variable in Procfile.dev