Skip to content

Commit

Permalink
Eliminate vendored sexagesimal library
Browse files Browse the repository at this point in the history
(re: #3180)
  • Loading branch information
bhousel committed Jun 24, 2016
1 parent 53bb8a7 commit 448fa7a
Show file tree
Hide file tree
Showing 8 changed files with 6,088 additions and 6,059 deletions.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"rbush": false,
"JXON": false,
"osmAuth": false,
"sexagesimal": false,
"toGeoJSON": false,
"marked": false,
"Mapillary": false,
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ js/lib/id/ui/index.js: $(shell find modules/ui -type f)

js/lib/id/ui/core.js: $(shell find modules/ui/core -type f)
@rm -f $@
node_modules/.bin/rollup -f umd -n iD.ui modules/ui/core/index.js --no-strict -o $@
node_modules/.bin/rollup -c modules/ui/core/rollup.config.js -f umd -n iD.ui modules/ui/core/index.js --no-strict -o $@

js/lib/id/ui/intro.js: $(shell find modules/ui/intro -type f)
@rm -f $@
Expand All @@ -96,7 +96,6 @@ dist/iD.js: \
js/lib/lodash.js \
js/lib/osmauth.js \
js/lib/rbush.js \
js/lib/sexagesimal.js \
js/lib/togeojson.js \
js/lib/marked.js \
js/id/start.js \
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<script src='js/lib/bootstrap-tooltip.js'></script>
<script src='js/lib/diff3.js'></script>
<script src='js/lib/rbush.js'></script>
<script src='js/lib/sexagesimal.js'></script>
<script src='js/lib/togeojson.js'></script>
<script src='js/lib/marked.js'></script>

Expand Down
Loading

0 comments on commit 448fa7a

Please sign in to comment.