I've been working with JQM a quite awhile now - and as many of you know it really shines when all of the page structures are in one page. This becomes quite a little maintenance issue if multiple people are working on the same file. So I was thinking what if there was a way similar to how I use less to run a compile of seperate .jqm files and merge them into one page structure.
Has anyone ever done this?
For those that have used less. I do something like this for my CSS files
layout.less pages.less
Then I have one app.less that essentially I run through less compiler and it spits out my nicely formatted CSS from the layout.less and page.less