This website works better with JavaScript.
首頁
說明
登入
heuzef
/
lesspass
镜像来自
https://github.com/lesspass/lesspass.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
67
Wiki
Activity
瀏覽代碼
commit build files because of memory leak during npm install
pull/342/head
Guillaume Vincent
8 年之前
父節點
f3e3d3d043
當前提交
88463ccbc7
共有
14 個文件被更改
,包括
2699 次插入
和
3 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
.gitignore
+1
-2
Dockerfile
+67
-0
dist/build.js
+1
-0
dist/build.js.map
二進制
dist/extension.gif
二進制
dist/free.png
二進制
dist/ionicons.eot
+2630
-0
dist/ionicons.svg
二進制
dist/ionicons.ttf
二進制
dist/ionicons.woff
二進制
dist/ionicons.woff2
二進制
dist/logo.png
二進制
dist/responsive.png
二進制
dist/webapp.png
+ 0
- 1
.gitignore
查看文件
@@ -1,2 +1 @@
node_modules
dist
+ 1
- 2
Dockerfile
查看文件
@@ -4,10 +4,9 @@ RUN mkdir -p /frontend
WORKDIR /frontend
COPY package.json /frontend/
RUN npm install
RUN npm install
--production
COPY . /frontend
RUN npm run build
EXPOSE 8080
CMD [ "npm", "start" ]
+ 67
- 0
dist/build.js
文件差異過大導致無法顯示
查看文件
+ 1
- 0
dist/build.js.map
文件差異過大導致無法顯示
查看文件
二進制
dist/extension.gif
查看文件
Before
After
Width:
1075
| Height:
876
| Size:
662 KiB
二進制
dist/free.png
查看文件
Before
After
Width:
221
| Height:
200
| Size:
10 KiB
二進制
dist/ionicons.eot
查看文件
+ 2630
- 0
dist/ionicons.svg
文件差異過大導致無法顯示
查看文件
二進制
dist/ionicons.ttf
查看文件
二進制
dist/ionicons.woff
查看文件
二進制
dist/ionicons.woff2
查看文件
二進制
dist/logo.png
查看文件
Before
After
Width:
271
| Height:
242
| Size:
10 KiB
二進制
dist/responsive.png
查看文件
Before
After
Width:
1358
| Height:
452
| Size:
61 KiB
二進制
dist/webapp.png
查看文件
Before
After
Width:
768
| Height:
614
| Size:
93 KiB
Write
Preview
Loading…
取消
儲存