-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Add/update generators to perform the following tasks:
- Generate
.envfiles from a template - Do not add
https://rails-assets.orgsource 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.rbfor webpacker support:
config.middleware.use(
Rack::Static,
urls: ['/lcms_engine_packs'], root: File.join(Gem.loaded_specs['lcms-engine'].full_gem_path, 'public')
)Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request