If a view which happens to be a CGI script is defined with parameters, e.g.,
# 5. Run the script [Orc script](./build/orc-script.py?cgi-input-py=degrassi)
then DROID will pass these parameters in fine as long as the view is already up to date. However if the view needs to be rebuilt, then DROID will "forget" the parameters when it comes time to call the script after it is done building.
If a view which happens to be a CGI script is defined with parameters, e.g.,
# 5. Run the script [Orc script](./build/orc-script.py?cgi-input-py=degrassi)
then DROID will pass these parameters in fine as long as the view is already up to date. However if the view needs to be rebuilt, then DROID will "forget" the parameters when it comes time to call the script after it is done building.