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
a10696ed
Commit
a10696ed
authored
Dec 10, 2021
by
guxukai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: windows打不开压缩文件
parent
39689687
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
workspace.ts
libs/remix-ui/workspace/src/lib/actions/workspace.ts
+1
-1
package.json
package.json
+2
-1
No files found.
libs/remix-ui/workspace/src/lib/actions/workspace.ts
View file @
a10696ed
...
...
@@ -263,7 +263,7 @@ export const uploadFile = async (target, targetFolder: string, cb?: (err: Error,
// pick that up via the 'fileAdded' event from the files module.
async
function
iterator
(
files
)
{
await
Promise
.
all
(
Array
.
from
(
files
).
map
(
async
(
file
:
File
)
=>
{
alert
(
'fileType:::'
+
file
.
type
)
console
.
error
(
'fileType:::'
+
file
.
type
)
// 'application/x-zip-compressed' win
// 'application/zip' mac
if
(
...
...
package.json
View file @
a10696ed
...
...
@@ -58,7 +58,8 @@
"make-mock-compiler"
:
"node apps/remix-ide/ci/makeMockCompiler.js"
,
"minify"
:
"uglifyjs --in-source-map inline --source-map-inline -c warnings=false"
,
"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 --buildLibsFromSource --prod --baseHref=/ide/ --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 --buildLibsFromSource --baseHref=/ide/ --skip-nx-cache --parallel=3"
,
"build:test"
:
"NODE_ENV=production node --max-old-space-size=4096 node_modules/@nrwl/cli/bin/nx.js build remix-ide --buildLibsFromSource --skip-nx-cache --parallel=3"
,
"serve:dev"
:
"npx http-server ./dist/apps/remix-ide"
,
"deploy:dev"
:
"./deploy.sh 172.22.17.165"
,
"analyze"
:
"webpack-bundle-analyzer dist/apps/remix-ide/stats.json"
,
...
...
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