I have a hardcoded file task
file 'feed.json' => 'lib/feed.rb'
How can I use match patterns
file '*.json' => 'lib/$1.rb' # Like this (this is pseudocode)
I have a hardcoded file task
file 'feed.json' => 'lib/feed.rb'
How can I use match patterns
file '*.json' => 'lib/$1.rb' # Like this (this is pseudocode)
Copyright © 2021 Jogjafile Inc.
Could this do the trick?
To Wacht this video could help.