Skip to content

Commit

Permalink
Tomomaster: refactoring code
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhnguyennguyen committed Dec 5, 2018
1 parent 18c7718 commit f30fa80
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 175 deletions.
43 changes: 0 additions & 43 deletions index_https.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"webpack": "node ./node_modules/webpack/bin/webpack.js -d --w",
"test": "./node_modules/.bin/truffle test",
"dev": "npm run crawl-dev & npm run nodemon & cross-env NODE_ENV=development webpack-dev-server --hot --host 0.0.0.0 --port 3000",
"dev-https": "npm run crawl-dev & ./node_modules/.bin/nodemon index_https.js & cross-env NODE_ENV=development webpack-dev-server --config webpack.https.config.js --https --key ./sslcert/server.key --cert ./sslcert/server.crt --hot --host 0.0.0.0 --port 3000",
"dev-https": "npm run crawl-dev & npm run nodemon & cross-env NODE_ENV=development webpack-dev-server --https --key ./sslcert/server.key --cert ./sslcert/server.crt --hot --host 0.0.0.0 --port 3000",
"build": "cross-env NODE_ENV=production webpack -p --progress --hide-modules",
"abis": "node ./abis.js",
"coverage": "./node_modules/.bin/solidity-coverage",
Expand Down
131 changes: 0 additions & 131 deletions webpack.https.config.js

This file was deleted.

0 comments on commit f30fa80

Please sign in to comment.