Load the examples using PhantomJS

This commit adds a check-examples target to check that the hosted examples load without errors.
This commit is contained in:
Éric Lemoine
2013-03-03 19:38:25 +01:00
parent bf50828a0d
commit 337fd11a05
4 changed files with 63 additions and 1 deletions
+10
View File
@@ -1,5 +1,15 @@
{
// If ambiguate-properties and disambiguate-properties are set to true
// we get function names like "ol_control_Control_prototype$setMap" in
// the compiled code when using the SIMPLE compilation. It looks like
// "ambiguate-properties" and "disambiguate-properties" are only
// appropriate for ADVANCED compilation.
"ambiguate-properties": false,
"disambiguate-properties": false,
"id": "ol-simple",
"externs": [
+11
View File
@@ -2,6 +2,17 @@
"id": "ol-whitespace",
// If ambiguate-properties and disambiguate-properties are set to true
// we get function names like "ol_control_Control_prototype$setMap" in
// the compiled code when using the SIMPLE compilation. It looks like
// "ambiguate-properties" and "disambiguate-properties" are only
// appropriate for ADVANCED compilation. To be sure we also don't
// set them for WHITESPACE.
"ambiguate-properties": false,
"disambiguate-properties": false,
"externs": [
"externs/bingmaps.js",
"externs/proj4js.js",