Issue
Every time we invoke rake generate or rake example the code fetches every image specified in the associated template. This is time consuming and not great for iterative template editing.
Solution
We need to check for local resource existence in the code and add new generate_force and example_force tasks to force redownload. We could also have different behaviour for e.g. contributions calendar.
Issue
Every time we invoke
rake generateorrake examplethe code fetches every image specified in the associated template. This is time consuming and not great for iterative template editing.Solution
We need to check for local resource existence in the code and add new
generate_forceandexample_forcetasks to force redownload. We could also have different behaviour for e.g. contributions calendar.