Include world-110m.json in source and built output
This commit is contained in:
parent
a6d34499be
commit
aa6a20e5df
@ -32,6 +32,8 @@ gulp.task('build', function() {
|
||||
build(fullSource, 'planetaryjs.min.js', shortHeader, true);
|
||||
build(nonPluginSource, 'planetaryjs-noplugins.js', fullHeader, false);
|
||||
build(nonPluginSource, 'planetaryjs-noplugins.min.js', shortHeader, true);
|
||||
|
||||
gulp.src('./src/world-110m.json').pipe(gulp.dest('./dist'));
|
||||
});
|
||||
|
||||
gulp.task('default', function() {
|
||||
|
||||
1
src/world-110m.json
Normal file
1
src/world-110m.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user