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
a4d92803
Commit
a4d92803
authored
Nov 25, 2021
by
gxkai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: baseHref
parent
7902ac43
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
9 deletions
+7
-9
index.html
apps/remix-ide/src/index.html
+3
-2
package.json
package.json
+1
-1
workspace.json
workspace.json
+3
-6
No files found.
apps/remix-ide/src/index.html
View file @
a4d92803
...
@@ -2,7 +2,8 @@
...
@@ -2,7 +2,8 @@
<html>
<html>
<head>
<head>
<meta
charset=
"utf-8"
>
<base
href=
"/"
>
<meta
charset=
"utf-8"
>
<!--
<!--
The MIT License (MIT)
The MIT License (MIT)
Copyright (c) 2014, 2015, the individual contributors
Copyright (c) 2014, 2015, the individual contributors
...
@@ -22,7 +23,7 @@
...
@@ -22,7 +23,7 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE.
-->
-->
<meta
http-equiv=
"X-UA-Compatible"
content=
"chrome=1"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"chrome=1"
>
<title>
Baas IDE
</title>
<title>
Baas IDE
</title>
<link
rel=
"stylesheet"
href=
"assets/css/pygment_trac.css"
>
<link
rel=
"stylesheet"
href=
"assets/css/pygment_trac.css"
>
<link
rel=
"stylesheet"
href=
"assets/fontawesome/css/all.min.css"
>
<link
rel=
"stylesheet"
href=
"assets/fontawesome/css/all.min.css"
>
...
...
package.json
View file @
a4d92803
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
"make-mock-compiler"
:
"node apps/remix-ide/ci/makeMockCompiler.js"
,
"make-mock-compiler"
:
"node apps/remix-ide/ci/makeMockCompiler.js"
,
"minify"
:
"uglifyjs --in-source-map inline --source-map-inline -c warnings=false"
,
"minify"
:
"uglifyjs --in-source-map inline --source-map-inline -c warnings=false"
,
"preinstall"
:
"sudo npm install -g node-gyp --allow-root --unsafe-perm"
,
"preinstall"
:
"sudo npm install -g node-gyp --allow-root --unsafe-perm"
,
"build:dev"
:
"NODE_ENV=production node --max-old-space-size=4096 node_modules/@nrwl/cli/bin/nx.js build remix-ide --prod --skip-nx-cache --parallel=3"
,
"build:dev"
:
"NODE_ENV=production node --max-old-space-size=4096 node_modules/@nrwl/cli/bin/nx.js build remix-ide --prod --
baseHref=/ide/ --
skip-nx-cache --parallel=3"
,
"serve:dev"
:
"npx http-server ./dist/apps/remix-ide"
,
"serve:dev"
:
"npx http-server ./dist/apps/remix-ide"
,
"deploy:dev"
:
"./deploy.sh 172.22.17.165"
,
"deploy:dev"
:
"./deploy.sh 172.22.17.165"
,
"fix-memory-limit"
:
"cross-env LIMIT=4096 increase-memory-limit"
,
"fix-memory-limit"
:
"cross-env LIMIT=4096 increase-memory-limit"
,
...
...
workspace.json
View file @
a4d92803
...
@@ -88,8 +88,7 @@
...
@@ -88,8 +88,7 @@
],
],
"styles"
:
[],
"styles"
:
[],
"scripts"
:
[],
"scripts"
:
[],
"webpackConfig"
:
"apps/remix-ide/webpack.config.js"
,
"webpackConfig"
:
"apps/remix-ide/webpack.config.js"
"maxWorkers"
:
2
},
},
"configurations"
:
{
"configurations"
:
{
"production"
:
{
"production"
:
{
...
@@ -710,8 +709,7 @@
...
@@ -710,8 +709,7 @@
],
],
"styles"
:
[],
"styles"
:
[],
"scripts"
:
[],
"scripts"
:
[],
"webpackConfig"
:
"apps/remix-ide/webpack.config.js"
,
"webpackConfig"
:
"apps/remix-ide/webpack.config.js"
"maxWorkers"
:
2
},
},
"configurations"
:
{
"configurations"
:
{
"production"
:
{
"production"
:
{
...
@@ -961,8 +959,7 @@
...
@@ -961,8 +959,7 @@
],
],
"styles"
:
[
"apps/solidity-compiler/src/styles.css"
],
"styles"
:
[
"apps/solidity-compiler/src/styles.css"
],
"scripts"
:
[],
"scripts"
:
[],
"webpackConfig"
:
"apps/remix-ide/webpack.config.js"
,
"webpackConfig"
:
"apps/remix-ide/webpack.config.js"
"maxWorkers"
:
2
},
},
"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