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
Fixed Elm install issue with older Webpacker gem versions. (#356)
* Refactored Elm install script grouping of operations.
- Organizes the script so that there is a logical grouping of
operations (this'll have more relevanace in the next commit):
- copying
- installing
- updating
* Updated Elm install script to update `paths.yml`.
- Resolves an edge case where one could have installed an older version
of this gem, upgrade, and then run `rails webpacker:install:elm` only
realize that the `paths.yml` file wasn't updated because the Elm
extension was only added in a new version of this gem.
- Ensures the Elm script is self-contained and all modifications needed
to support Elm via Webpack is within this script only.
* Removed Elm extension from `paths.yml`.
- Now that the Elm script has the knowledge to update this file
appropriately (see previous commit), this entry no longer needs to
exist as it'll be dynamically added during Elm install script
execution.
0 commit comments