Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ffs: remove lodash dependency #189

Merged
merged 1 commit into from Aug 20, 2015
Merged

Conversation

simon04
Copy link
Collaborator

@simon04 simon04 commented Aug 20, 2015

This allows to use the ffs module in other applications w/o needing to
include external dependencies.

$ uglifyjs js/ffs.js js/ffs/free.js js/ffs/parser.js

generates a 26.3k minified javascript file for that usage.

I plan to provide an Overpass Turbo wizard in the Overpass download dialog of
JOSM, see https://josm.openstreetmap.de/ticket/11428

This allows to use the ffs module in other applications w/o needing to
include external dependencies.

```
$ uglifyjs js/ffs.js js/ffs/free.js js/ffs/parser.js
```
generates a 26.3k minified javascript file for that usage.
tyrasd added a commit that referenced this pull request Aug 20, 2015
ffs: remove lodash dependency
@tyrasd tyrasd merged commit bfd8415 into tyrasd:master Aug 20, 2015
@tyrasd
Copy link
Owner

tyrasd commented Aug 20, 2015

I plan to provide an Overpass Turbo wizard in the Overpass download dialog of JOSM

Nice! :shipit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants