This is something to consider for the future. Respective issue/discussion over at d.org: https://www.drupal.org/node/1537198
JavaScript is typically used in two forms. There is the production and development version. The development version is used for development, troubleshooting, bug fixing, when you need to step through execution, etc. We should provide a toggle to allow switching between production/development JavaScript.
A simple implementation can be found in the speedy module.
This is a setup task to start shipping with minified JavaScript files in addition to the development version. The naming for production/development is taken because this is the naming convention used on jquery.com.
Recent comments
The problem here is that the Rule itself is faulty. See explanations and an alternative here: https://github.com/backdrop-contrib/rules/issues/241
Rules and Registration: "Undefined method AnonymousUser::save()"
I believe you can accomplish at least some of that functionality using Rules module. You can Grant, Reset and Revoke permissions based on many trigger events such as Saving a Node or...
Workflow module or equivalent?
Hi Mike, try user/login, that should work.
Admin login - help