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
9684a707
Commit
9684a707
authored
Nov 12, 2021
by
gxkai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 精简功能
parent
72a7cdf6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
app.js
apps/remix-ide/src/app.js
+3
-3
package.json
package.json
+1
-0
No files found.
apps/remix-ide/src/app.js
View file @
9684a707
...
...
@@ -225,9 +225,9 @@ class App {
window
.
location
.
hostname
!==
'remix.ethereum.org'
&&
window
.
location
.
hostname
!==
'localhost'
&&
window
.
location
.
hostname
!==
'127.0.0.1'
)
{
modalDialogCustom
.
alert
(
`The Remix IDE has moved to http://remix.ethereum.org.\n
This instance of Remix you are visiting WILL NOT BE UPDATED.\n
Please make a backup of your contracts and start using http://remix.ethereum.org`
)
//
modalDialogCustom.alert(`The Remix IDE has moved to http://remix.ethereum.org.\n
//
This instance of Remix you are visiting WILL NOT BE UPDATED.\n
//
Please make a backup of your contracts and start using http://remix.ethereum.org`)
}
if
(
window
.
location
.
protocol
.
indexOf
(
'https'
)
===
0
)
{
toolTip
(
'You are using an `https` connection. Please switch to `http` if you are using Remix against an `http Web3 provider` or allow Mixed Content in your browser.'
)
...
...
package.json
View file @
9684a707
...
...
@@ -59,6 +59,7 @@
"minify"
:
"uglifyjs --in-source-map inline --source-map-inline -c warnings=false"
,
"build:production"
:
"NODE_ENV=production nx build remix-ide --skip-nx-cache"
,
"serve:production"
:
"npx http-server ./dist/apps/remix-ide"
,
"deploy"
:
"scp -r dist/ root@172.22.17.165:/usr/share/nginx/html"
,
"nightwatch_parallel"
:
"npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=chrome,firefox"
,
"nightwatch_local_firefox"
:
"npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=firefox"
,
"nightwatch_local_chrome"
:
"npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=chrome"
,
...
...
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