Skip to content

Commit

Permalink
fix dependencies of osmtogeojson.js in makefile
Browse files Browse the repository at this point in the history
including new osmtogeojson.js build
  • Loading branch information
tyrasd committed Nov 5, 2014
1 parent b044475 commit 13906ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
osmtogeojson.js: index.js parse_osmxml.js package.json lodash.custom.js node_modules
osmtogeojson.js: index.js polygon_features.json package.json lodash.custom.js node_modules
browserify -s osmtogeojson index.js | uglifyjs -c -m -o osmtogeojson.js
coverage: .
istanbul cover _mocha -x lodash.custom.js -- -R spec
Expand Down
Loading

0 comments on commit 13906ef

Please sign in to comment.