LocalData / localdata-mobile-web

LocalData mobile collection app
http://localdata.com/
BSD 3-Clause "New" or "Revised" License
9 stars 18 forks source link

Fix the spinbox plugin #193

Closed prashtx closed 9 years ago

prashtx commented 9 years ago

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