remove now unnecessary 'dist' folder

most files already existed (and were used from) elsewhere. delaunay.js has been moved to external/, and max-links updated to include from there
build.py updated to take account of no 'dist' folder (although it does allow for one if it's needed again in the future)
This commit is contained in:
Jon Atkins
2013-03-29 01:59:33 +00:00
parent 39f5f9db2e
commit b28da29544
29 changed files with 9 additions and 1633 deletions

View File

@ -84,7 +84,7 @@ window.plugin.maxLinks.updateLayer = function() {
window.plugin.maxLinks.setup = function() {
try { console.log('Loading delaunay JS now'); } catch(e) {}
@@INCLUDERAW:dist/delaunay.js@@
@@INCLUDERAW:external/delaunay.js@@
try { console.log('done loading delaunay JS'); } catch(e) {}
window.delaunay.Triangle.prototype.draw = function(layer, divX, divY) {