Provide a debug loader for the library

This commit is contained in:
Tim Schaub
2015-07-07 19:51:49 -06:00
parent afce912f11
commit bfaac061c8
3 changed files with 86 additions and 1 deletions

View File

@@ -12,7 +12,8 @@
"install": "node tasks/install.js",
"postinstall": "closure-util update",
"start": "node tasks/serve.js",
"test": "node tasks/test.js"
"test": "node tasks/test.js",
"debug-server": "node tasks/serve-lib.js"
},
"main": "dist/ol.js",
"repository": {