chimericdream / cadence

A set of node.js scripts bundled to fill the gaps in your connected life when services like IFTTT aren't quite enough.
MIT License
0 stars 0 forks source link

Split front end out as Backbone.js app #22

Closed chimericdream closed 7 years ago

chimericdream commented 8 years ago

Right now, changes to SASS files, JS, Handlebars templates, and much more all require restarting the Cadence application. This is less than ideal. Changes like this should be able to be reloaded quickly without restarting the entire application. Moving to a split approach with the front end in Backbone and the back end (i.e. all the APIs and DB interactions) should help with this.

chimericdream commented 7 years ago

done