Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve rails generators #90

Open
3 tasks
paranoicsan opened this issue Jan 13, 2020 · 0 comments
Open
3 tasks

Improve rails generators #90

paranoicsan opened this issue Jan 13, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@paranoicsan
Copy link
Contributor

Add/update generators to perform the following tasks:

  • Generate .env files from a template
  • Do not add https://rails-assets.org source from the very beginning as bundle is trying to fetch them initially. Need to add a note to add those sources by hand
  • Add the following to application.rb for webpacker support:
config.middleware.use(
  Rack::Static,
  urls: ['/lcms_engine_packs'], root: File.join(Gem.loaded_specs['lcms-engine'].full_gem_path, 'public')
)
@paranoicsan paranoicsan added the enhancement New feature or request label Jan 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant