mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +01:00
copy CNAME on dist build
This commit is contained in:
parent
df69bdbc21
commit
3f0b652f29
@ -8,6 +8,7 @@ EndProject
|
|||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{14FE7221-D377-4AD5-9A9E-4541577CF05A}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{14FE7221-D377-4AD5-9A9E-4541577CF05A}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
.gitignore = .gitignore
|
.gitignore = .gitignore
|
||||||
|
CNAME = CNAME
|
||||||
global.json = global.json
|
global.json = global.json
|
||||||
NuGet.Config = NuGet.Config
|
NuGet.Config = NuGet.Config
|
||||||
README.md = README.md
|
README.md = README.md
|
||||||
|
@ -203,6 +203,10 @@ gulp.task('dist:clean', function (cb) {
|
|||||||
|
|
||||||
gulp.task('dist:move', function () {
|
gulp.task('dist:move', function () {
|
||||||
var moves = [
|
var moves = [
|
||||||
|
{
|
||||||
|
src: '../../CNAME',
|
||||||
|
dest: paths.dist
|
||||||
|
},
|
||||||
{
|
{
|
||||||
src: [
|
src: [
|
||||||
paths.npmDir + 'bootstrap/dist/**/bootstrap.min.js',
|
paths.npmDir + 'bootstrap/dist/**/bootstrap.min.js',
|
||||||
|
Loading…
Reference in New Issue
Block a user