mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 09:28:51 +00:00
Copy additional files on gulp build
This commit is contained in:
parent
bab536aaea
commit
3e58d8798a
@ -104,7 +104,7 @@ gulp.task('images', function () {
|
||||
});
|
||||
|
||||
gulp.task('copy:extras', function () {
|
||||
return gulp.src(yeoman.app + '/*/.*', { dot: true })
|
||||
return gulp.src([yeoman.app + '/*/.*', 'app/google_login.png', 'favicon.ico', 'robots.txt'], { dot: true })
|
||||
.pipe(gulp.dest(yeoman.dist));
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user