I have recently been working on converting my web application to use requirejs. I have been very happy with the benefits of moving to a modular approach but optimizing using r.js during the deploy to test/production did not seem very elegant. Most solutions suggest building your javascript into a release folder within your project and …
javascript
ReCSS with Combres Support
I have made extensive use of the great bookmarklet ReCSS that reloads a page’s css without reloading the entire page. It saves masses of time when developing UI but I noticed that on certain projects it has no effect. I realised that this was because those projects were using the equally useful Combres resource combining …