1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +00:00

safari assets folder and gulp task

This commit is contained in:
Kyle Spearrin
2018-01-16 09:41:59 -05:00
parent f0dc6db06c
commit ea7f6a404b
9 changed files with 17 additions and 4 deletions

View File

@@ -102,9 +102,9 @@ module.exports = {
}),
new CopyWebpackPlugin([
'./src/manifest.json',
'./src/Info.plist',
{ from: './src/_locales', to: '_locales' },
{ from: './src/edge', to: 'edge' },
{ from: './src/safari', to: 'safari' },
{ from: './src/images', to: 'images' },
{ from: './src/content/autofill.css', to: 'content' }
])