Hi folks, I'm planning on using Angular for a lightweight responsive CMS in which content is grabbed from a ReST service, likely implemented in Flask or Pyramid. What I want to do specifically is:
- use Less/Compass/Susy on the front end
- have Angular get page content via rest queries
- have Angular sent the current viewport/display size to the back end with the content queries so the backend can optionally return different content for the phone factor
Before reinventing the wheel I thought I'd ask if there is already a common documented way of doing this. Pointers to online resources welcome too.
Also would be interested in pointers to any CMS projects for doing that. I normally use Python but would be interested in being able to backend with Ruby (or even PHP) as well in case I can't sell the client on being able to host Python.
thanks!
Iain