I have looked at PhantomJS; but found its documentation to be lacking.
If you can help me rig up an example with it that'd be appreciated.
And yes, I know the static versions will be missing most of the things
which we use AngularJS for; but at the same time I think they benefits
of graceful degradation speak for themselves.
I have built in a little solution using Python:
http://stackoverflow.com/a/14088609/587021
However it's by no means perfect; the biggest limiting factor is that
I can't run it on Public PaaS's like Heroku and Red Hat's: OpenShift.
PhantomJS—being a C++ project—would be even more unlikely to be
runnable on a PaaS.
The best and most efficient—once implemented—solution would be to
generate the static files using the AngularJS framework itself.
Any help on that front or on any other PaaS-runnable solution would be
greatly appreciated.
Thanks
On Mon, Dec 31, 2012 at 1:28 AM, Witold Szczerba <
pljos...@gmail.com> wrote:
> PhantomJS