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
de96cd21
Commit
de96cd21
authored
Apr 27, 2021
by
tizah
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'refactoring-static-analyser' of…
Merge branch 'refactoring-static-analyser' of
https://github.com/ethereum/remix-project
into refactoring-static-analyser
parents
36a37ef7
5a2aecb6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
manifest.json
apps/remix-ide/manifest.json
+1
-1
compiler-utils.js
apps/remix-ide/src/app/compiler/compiler-utils.js
+2
-2
package.json
package.json
+1
-1
No files found.
apps/remix-ide/manifest.json
View file @
de96cd21
...
...
@@ -27,5 +27,5 @@
"<all_urls>"
],
"content_security_policy"
:
"script-src 'self' https://
solc-bin.ethereum
.org/; object-src 'self'"
"content_security_policy"
:
"script-src 'self' https://
binaries.soliditylang
.org/; object-src 'self'"
}
apps/remix-ide/src/app/compiler/compiler-utils.js
View file @
de96cd21
...
...
@@ -2,8 +2,8 @@ const semver = require('semver')
const
minixhr
=
require
(
'minixhr'
)
/* global Worker */
export
const
baseURLBin
=
'https://
solc-bin.ethereum
.org/bin'
export
const
baseURLWasm
=
'https://
solc-bin.ethereum
.org/wasm'
export
const
baseURLBin
=
'https://
binaries.soliditylang
.org/bin'
export
const
baseURLWasm
=
'https://
binaries.soliditylang
.org/wasm'
export
const
pathToURL
=
{}
...
...
package.json
View file @
de96cd21
...
...
@@ -50,7 +50,7 @@
"bumpVersion:libs"
:
"gulp & gulp syncLibVersions;"
,
"browsertest"
:
"sleep 5 && npm run nightwatch_local"
,
"csslint"
:
"csslint --ignore=order-alphabetical --errors='errors,duplicate-properties,empty-rules' --exclude-list='apps/remix-ide/src/assets/css/font-awesome.min.css' apps/remix-ide/src/assets/css/"
,
"downloadsolc_assets"
:
"wget --no-check-certificate https://
solc-bin.ethereum
.org/bin/soljson-v0.8.1+commit.df193b15.js -O ./apps/remix-ide/src/assets/js/soljson.js"
,
"downloadsolc_assets"
:
"wget --no-check-certificate https://
binaries.soliditylang
.org/bin/soljson-v0.8.1+commit.df193b15.js -O ./apps/remix-ide/src/assets/js/soljson.js"
,
"make-mock-compiler"
:
"node apps/remix-ide/ci/makeMockCompiler.js"
,
"minify"
:
"uglifyjs --in-source-map inline --source-map-inline -c warnings=false"
,
"nightwatch_parallel"
:
"npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=chrome,firefox"
,
...
...
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