diff --git a/bitwarden-vault.sln b/bitwarden-vault.sln index 062b168418..b6df3af0ea 100644 --- a/bitwarden-vault.sln +++ b/bitwarden-vault.sln @@ -8,6 +8,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{14FE7221-D377-4AD5-9A9E-4541577CF05A}" ProjectSection(SolutionItems) = preProject .gitignore = .gitignore + CNAME = CNAME global.json = global.json NuGet.Config = NuGet.Config README.md = README.md diff --git a/src/Vault/gulpfile.js b/src/Vault/gulpfile.js index b028d4f1be..26276e792e 100644 --- a/src/Vault/gulpfile.js +++ b/src/Vault/gulpfile.js @@ -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',