diff options
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'] } |