diff options
author | Jonas Smedegaard <dr@jones.dk> | 2018-05-16 17:30:42 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2018-05-16 17:30:42 +0200 |
commit | f494e4871e005895ef47b99ff70bad45d39ee6ea (patch) | |
tree | 019cfd7342a4d1ec604de20644c18ef5e6f1c894 /etc/build.js | |
parent | 7dd87387b7776769b80a4eaeb045f315142021da (diff) |
Add target build-compact. Strip not yet implemented use of app places.
Diffstat (limited to 'etc/build.js')
-rw-r--r-- | etc/build.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/build.js b/etc/build.js index 3ecf8d0..9b96056 100644 --- a/etc/build.js +++ b/etc/build.js @@ -31,9 +31,7 @@ { name: '../tours', include: [ - 'json!data/copenhagen.json', - 'app/places', - 'json!data/tours.json' + 'json!data/bydele.json' ], exclude: ['../slippymap'] } |