mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
copy CNAME on dist build
This commit is contained in:
@@ -203,6 +203,10 @@ gulp.task('dist:clean', function (cb) {
|
||||
|
||||
gulp.task('dist:move', function () {
|
||||
var moves = [
|
||||
{
|
||||
src: '../../CNAME',
|
||||
dest: paths.dist
|
||||
},
|
||||
{
|
||||
src: [
|
||||
paths.npmDir + 'bootstrap/dist/**/bootstrap.min.js',
|
||||
|
||||
Reference in New Issue
Block a user