Skip to content
Snippets Groups Projects
Commit 46bde129 authored by Glenn Vorhes's avatar Glenn Vorhes
Browse files

custom ol as dev dependency

parent f6d1ba37
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,8 @@
"react-dom": "^15.3.2",
"source-map-loader": "^0.1.5",
"ts-loader": "^0.8.2",
"webpack": "^1.13.2"
"webpack": "^1.13.2",
"custom-ol": "github:glennvorhes/custom-ol"
},
"repository": {
"type": "git",
......@@ -45,7 +46,6 @@
"jquery": "2.2.3",
"jquery-layout": "1.0.0",
"jquery-ui": "1.10.5",
"custom-ol": "glennvorhes/custom-ol",
"es6-mixins": "^1.0.2",
"floatthead": "^1.4.0"
}
......
......@@ -9,7 +9,8 @@ const outDir = path.join(__dirname, 'test-html/js');
const files = fs.readdirSync(testAppDir);
const entries = {};
for (let e of files) {
for (var i = 0; i < files.length(); i++) {
e = files[i];
if (e.match(/\.js$/) == null) {
continue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment