Skip to content

Commit

Permalink
Copy LICENSE.txt to output folders
Browse files Browse the repository at this point in the history
  • Loading branch information
glenreesor committed Jul 26, 2017
1 parent 0580988 commit cc5e755
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gulpfile.js
Expand Up @@ -95,6 +95,13 @@ gulp.task('fast', function() {
.pipe(gulp.dest(debugDir + '/maps/prod'))
.pipe(gulp.dest(productionDir + '/maps/prod'));

//--------------------------------------------------------------------------
// License file
//--------------------------------------------------------------------------
result = gulp.src('LICENSE.txt')
.pipe(gulp.dest(debugDir))
.pipe(gulp.dest(productionDir));

//--------------------------------------------------------------------------
// embeddingSample Pre-Loaded Maps
//--------------------------------------------------------------------------
Expand Down

0 comments on commit cc5e755

Please sign in to comment.