Convert the spinbox plugin to an AMD module. It's a simple enough change that we can maintain it across upstream changes.
Add an apparently missing CSS file to Gruntfile.js. Likely this was deployed at some point, so the production deployment might have it by coincidence.
Switch logging back to silent, to avoid memory leaks in production. We can always turn it back on from the console if we need logging for a deployed app.
Convert the spinbox plugin to an AMD module. It's a simple enough change that we can maintain it across upstream changes.
Add an apparently missing CSS file to Gruntfile.js. Likely this was deployed at some point, so the production deployment might have it by coincidence.
Switch logging back to silent, to avoid memory leaks in production. We can always turn it back on from the console if we need logging for a deployed app.
/cc @hampelm