Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
b3a6133a
Unverified
Commit
b3a6133a
authored
Sep 03, 2020
by
David Disu
Committed by
GitHub
Sep 03, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #351 from ethereum/homeRef
Homepage UI refactoring
parents
57a9ba11
deba440e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
landing-page.js
apps/remix-ide/src/app/ui/landing-page/landing-page.js
+0
-0
workspace.json
workspace.json
+8
-1
No files found.
apps/remix-ide/src/app/ui/landing-page/landing-page.js
View file @
b3a6133a
This diff is collapsed.
Click to expand it.
workspace.json
View file @
b3a6133a
...
@@ -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"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment