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 doing something like this possible? Do you suggest some convention?
Edit
I think we can achieve this if this if the pack files generated are placed under their respective folders. Then we could do somthing like <%= javascript_pack_tag 'posts/new' %>
The text was updated successfully, but these errors were encountered:
@ankitrg Please close this issue, this feature is in master now. You have to re-run bundle exec rails webpacker:install to replace your current shared.js
I very much like the Rails structure of having a folder with the controller name and then the views based on the action names.
I want to rename the
packs
toviews
which I can do, but I am not sure if this will be possible:is doing something like this possible? Do you suggest some convention?
Edit
I think we can achieve this if this if the pack files generated are placed under their respective folders. Then we could do somthing like
<%= javascript_pack_tag 'posts/new' %>
The text was updated successfully, but these errors were encountered: