-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
Current state
Currently, resources files are managed using this function :
https://github.com/thoughtbot/liftoff/blob/master/lib/liftoff/project_builder.rb#L90-L92
Problem
In some projects, the user might want to use custom templates files for resources, like .json, .txt or .yml files, without having to manually remove them from the "compile sources" build phase afterward.
Proposed solution
Adding an optional array to the liftoffrc file named additional_resources, used likeso :
additional_resources:
- txt
- json
- ymlThis array could then be added to the defaults suffixes in the project_builder.rb resource_file? function.
Metadata
Metadata
Assignees
Labels
No labels