Fix phantomjs

This commit is contained in:
Nicholas L
2016-01-27 20:36:10 +13:00
parent 98338565d0
commit d8631c35eb
2 changed files with 2 additions and 1 deletions

View File

@@ -181,7 +181,7 @@ build/timestamps/check-%-timestamp: $(BUILD_HOSTED)/examples/%.html \
$(BUILD_HOSTED)/build/ol.js \
$(BUILD_HOSTED)/css/ol.css
@mkdir -p $(@D)
./node_modules/.bin/phantomjs --ssl-protocol=any --ignore-ssl-errors=true bin/check-example.js $(addsuffix ?mode=advanced, $<)
./node_modules/.bin/phantomjs --ssl-protocol=any --ignore-ssl-errors=true bin/check-example.js $<
@touch $@
build/timestamps/check-requires-timestamp: $(SRC_JS) $(EXAMPLES_JS) \

View File

@@ -44,6 +44,7 @@
"metalsmith-layouts": "1.4.2",
"nomnom": "1.8.1",
"pbf": "1.3.5",
"phantomjs": "^2.1.2",
"pixelworks": "1.0.0",
"rbush": "1.4.2",
"temp": "0.8.3",