瀏覽代碼

commit build files because of memory leak during npm install

pull/342/head
Guillaume Vincent 8 年之前
父節點
當前提交
88463ccbc7
共有 14 個文件被更改,包括 2699 次插入3 次删除
  1. +0
    -1
      .gitignore
  2. +1
    -2
      Dockerfile
  3. +67
    -0
      dist/build.js
  4. +1
    -0
      dist/build.js.map
  5. 二進制
      dist/extension.gif
  6. 二進制
      dist/free.png
  7. 二進制
      dist/ionicons.eot
  8. +2630
    -0
      dist/ionicons.svg
  9. 二進制
      dist/ionicons.ttf
  10. 二進制
      dist/ionicons.woff
  11. 二進制
      dist/ionicons.woff2
  12. 二進制
      dist/logo.png
  13. 二進制
      dist/responsive.png
  14. 二進制
      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

Loading…
取消
儲存