komposable / komponent

An opinionated way of organizing front-end code in Ruby on Rails, based on components
http://komponent.io
MIT License
427 stars 31 forks source link

Fix install generator without stimulus #86

Closed Spone closed 6 years ago

Spone commented 6 years ago

Currently the stimulus_application.js file is always created (but it is empty when the --stimulus option is not passed).

We should actually create the file only if the --stimulus option is passed.