Parse examples and build external modules on install

This commit is contained in:
Tim Schaub
2014-10-23 13:30:51 -06:00
parent 01b64bc655
commit 4785001548
8 changed files with 55 additions and 14 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
],
"homepage": "http://openlayers.org/",
"scripts": {
"install": "node tasks/parse-examples.js",
"install": "node tasks/install.js",
"postinstall": "closure-util update",
"start": "node tasks/serve.js",
"test": "node tasks/test.js"