Merge pull request #1181 from ethereum/testremixdebugger
Move styleguide to remix-ide
Showing
... | ... | @@ -31,7 +31,7 @@ |
"js-beautify": "1.6.14", | ||
"minixhr": "^3.2.2", | ||
"mkdirp": "^0.5.1", | ||
"nightwatch": "^0.9.3", | ||
"nightwatch": "^0.9.20", | ||
"notify-error": "^1.2.0", | ||
"npm-link-local": "^1.1.0", | ||
"npm-run-all": "^4.0.2", | ||
... | ... | @@ -133,7 +133,9 @@ |
] | ||
] | ||
}, | ||
"bin" : { "remix-ide" : "./bin/remix-ide" }, | ||
"bin": { | ||
"remix-ide": "./bin/remix-ide" | ||
}, | ||
"scripts": { | ||
"setupremix": "npm run pullremix && npm run linkremixcore && npm run linkremixlib && npm run linkremixsolidity && npm run linkremixdebugger;", | ||
"pullremix": "git clone https://github.com/ethereum/remix", | ||
... | ... | @@ -142,6 +144,7 @@ |
"linkremixsolidity": "cd node_modules && rm -rf remix-solidity && ln -s ../remix/remix-solidity remix-solidity && cd ..", | ||
"linkremixdebugger": "cd node_modules && rm -rf remix-debugger && ln -s ../remix/remix-debugger remix-debugger && cd ..", | ||
"build": "browserify src/index.js -o build/app.js", | ||
"build_debugger": "browserify src/app/debugger/remix-debugger/index.js -o src/app/debugger/remix-debugger/build/app.js", | ||
"browsertest": "sleep 5 && npm run nightwatch_local", | ||
"csslint": "csslint --ignore=order-alphabetical --errors='errors,duplicate-properties,empty-rules' --exclude-list='assets/css/font-awesome.min.css' assets/css/", | ||
"downloadsolc": "rimraf soljson.js && cd node_modules/solc && wget --no-check-certificate https://solc-bin.ethereum.org/soljson.js && cd ../../", | ||
... | ... | @@ -155,12 +158,14 @@ |
"nightwatch_remote_ie": "nightwatch --config nightwatch.js --env ie", | ||
"nightwatch_remote_parallel": "nightwatch --config nightwatch.js --env safari,chrome,default", | ||
"nightwatch_remote_safari": "nightwatch --config nightwatch.js --env safari", | ||
"nightwatch_remote_debugger_parallel": "nightwatch --config nightwatch_debugger.js --env safari,chrome,default", | ||
"onchange": "onchange build/app.js -- npm-run-all lint", | ||
"prepublish": "mkdirp build; npm-run-all -ls downloadsolc_root build", | ||
"remixd": "./node_modules/remixd/bin/remixd -s ./contracts", | ||
"selenium": "execr --silent selenium-standalone start", | ||
"selenium-install": "selenium-standalone install", | ||
"serve": "execr --silent http-server .", | ||
"serve_debugger": "execr --silent http-server src/app/debugger/remix-debugger", | ||
"sourcemap": "exorcist --root ../ build/app.js.map > build/app.js", | ||
"start": "npm-run-all -lpr serve watch onchange remixd", | ||
"test": "npm run csslint; standard && node test/index.js", | ||
... | ... |
File deleted
File moved
File moved
File moved
File moved
This diff is collapsed.
This diff is collapsed.
Please
register
or
sign in
to comment