Unverified Commit b3a6133a authored by David Disu's avatar David Disu Committed by GitHub

Merge pull request #351 from ethereum/homeRef

Homepage UI refactoring
parents 57a9ba11 deba440e
...@@ -54,7 +54,14 @@ ...@@ -54,7 +54,14 @@
"builder": "@nrwl/web:dev-server", "builder": "@nrwl/web:dev-server",
"options": { "options": {
"buildTarget": "remix-ide:build", "buildTarget": "remix-ide:build",
"port": 8080 "port": 8080,
"exclude": ["**/node_modules/**",
"apps/remix-ide/build/**/*.js",
"apps/remix-ide/src/app/editor/mode-solidity.js",
"apps/remix-ide/soljson.js",
"apps/remix-ide/js/**/*.js",
"apps/remix-ide/src/assets/js/**/*.js"
]
}, },
"configurations": { "configurations": {
"production": { "production": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment