I have read and seen the implementations of Trigger.io + Backbone.js - my question though is regarding using the backbone-boilerplate framework specifically.
I am using Backbone-Boilerplate for my project along with the Backbone-LayoutManager by the same author. When I do a build with Trigger, my views aren't loaded in at all. After doing (a lot) of Googling, I think it has something to do with the root path of the application which is used to build the full path to the files which are fetched via AJAX. (See https://github.com/tbranyen/backbone-boilerplate/wiki/Relative-path-setup-notes)
I followed the instructions in the above link to see if I could get my app running from http://localhost/myapp/
as opposed to http://mypp.local
and sure enough it worked. However I cannot set these routes manually for running on the device as I am not sure what they are going to be for each build across all devices.
Any ideas on how to get Backbone-Boilerplate template loading and Trigger.io playing nicely together?