1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-07 02:53:28 +00:00

implement all register/login flow components

This commit is contained in:
Kyle Spearrin
2018-04-04 14:19:44 -04:00
parent 4e20efdee1
commit 167acd1929
30 changed files with 949 additions and 257 deletions

View File

@@ -9,8 +9,8 @@
"start:firefox": "web-ext run --source-dir ./dist/",
"dev": "gulp build && webpack --config webpack.dev.js",
"dev:watch": "gulp build && webpack --config webpack.dev.js --watch",
"dev2": "webpack --config webpack2.js",
"dev2:watch": "webpack --config webpack2.js --watch",
"dev2": "gulp build2 && webpack --config webpack2.js",
"dev2:watch": "gulp build2 && webpack --config webpack2.js --watch",
"prod": "gulp build && webpack --config webpack.prod.js",
"dist": "npm run prod && gulp dist",
"dist:firefox": "npm run prod && gulp dist:firefox",