tschaub
d435f6b4fd
Simplifying the loader.
...
Plovr checks the referrer for query string parameters (like mode), so we don't need any of this query string parsing (thanks @elemoine for the tip).
The reason we still dynamically generate the script tag is to work on other domains (e.g. testing on a VM or mobile device). In this case, we make use of the `window.location.hostname`.
2012-07-05 13:55:24 -06:00
Tim Schaub
d8e8e55b44
Generalizing query string parsing in the loader.
2012-07-04 20:53:03 -06:00
Tim Schaub
08d6e35252
Accept an id param for the loader.
2012-06-23 20:00:28 +02:00
ahocevar
bba7500ab7
Making Popup tests pass.
2012-06-23 17:00:58 +02:00
Tim Schaub
167f77dd7e
Updating example with build config.
2012-06-23 15:22:37 +02:00
Tim Schaub
f46a7dbc2a
Updated example.
2012-06-22 20:10:02 +02:00
ahocevar
6b8000d963
Removing debug output.
2012-06-22 19:48:05 +02:00
ahocevar
0420d2efb9
Adding Zoom control.
...
Tests still missing.
2012-06-22 17:14:22 +02:00
Petr Pridal
6f9f1783bd
The demo of compilation with library in a different ways.
2012-06-22 14:48:49 +02:00
ahocevar
fbcca9642c
Use renderTo instead of el as method/option name.
2012-06-22 11:17:27 +02:00
Petr Pridal
5439d63e89
Hello world for various modes of compilation.
2012-06-22 10:44:34 +02:00
ahocevar
a06de64f37
Minimal demo.
2012-06-21 18:57:07 +02:00