1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Add state list rebuilding on ui task

This commit is contained in:
Dan Finlay 2016-07-05 11:15:30 -07:00
parent 76c473538a
commit 977e8611d6

View File

@ -7,7 +7,7 @@
"start": "gulp dev",
"test": "mocha --require test/helper.js --compilers js:babel-register --recursive",
"watch": "mocha watch --compilers js:babel-register --recursive",
"ui": "beefy ui-dev.js:bundle.js --live --open --index=./development/index.html --cwd ./"
"ui": "node development/genStates.js && beefy ui-dev.js:bundle.js --live --open --index=./development/index.html --cwd ./"
},
"browserify": {
"transform": [