ryan-hunter-pc / quickstart

Rails application template used by RH Productions
2 stars 0 forks source link

StimulusJS install should be its own explicit method #1

Closed ryan-hunter-pc closed 5 years ago

ryan-hunter-pc commented 5 years ago

Currently it relies on the user including --webpack=stimulus in their rails new command.

This works fine, but is unclear and unstable.

It would be better to manually trigger it in an explicit install_stimulus method.