Open dgmstuart opened 4 years ago
While following the setup instructions, and running admin/bin/rails generate godmin:install on a Rails 6 application, I get the following error:
admin/bin/rails generate godmin:install
The file ~/dev/my_app/admin/app/assets/javascripts/admin/application.js does not appear to exist
This is because in Rails 6 this has moved to app/javascript/packs/application.js
app/javascript/packs/application.js
Or... actually the rails engine no longer generates any javascript assets at all...
While following the setup instructions, and running
admin/bin/rails generate godmin:install
on a Rails 6 application, I get the following error: