Skip to content

Commit

Permalink
Add privacy policy to build
Browse files Browse the repository at this point in the history
  • Loading branch information
jplomas committed Mar 24, 2020
1 parent 303b430 commit cf24623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ gulp.task('dev', function browserDev(done) {
// Build task
gulp.task("build", gulp.series(gulp.parallel('css:minify', 'js:minify', 'vendor', 'resources', 'images'), 'vendor:build', function copyAssets() {
return gulp.src([
'*.html'
'*.html', 'privacy.html'
], { base: './'})
.pipe(gulp.dest('dist'))
.pipe(gulp.dest('app/www'));
Expand Down

0 comments on commit cf24623

Please sign in to comment.