Adds another change we've made to our fork to allow skipping either the model or the view generation step. Note there's one change that's not just moving code into an if block – line 150 adds a mkdir step that was previously assumed to have happened during the view generation step.
Adds another change we've made to our fork to allow skipping either the model or the view generation step. Note there's one change that's not just moving code into an
if
block – line 150 adds a mkdir step that was previously assumed to have happened during the view generation step.Closes #80