ソースを参照

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 ファイルの表示

変更前 変更後
幅: 1075  |  高さ: 876  |  サイズ: 662 KiB

バイナリ
dist/free.png ファイルの表示

変更前 変更後
幅: 221  |  高さ: 200  |  サイズ: 10 KiB

バイナリ
dist/ionicons.eot ファイルの表示


+ 2630
- 0
dist/ionicons.svg
ファイル差分が大きすぎるため省略します
ファイルの表示


バイナリ
dist/ionicons.ttf ファイルの表示


バイナリ
dist/ionicons.woff ファイルの表示


バイナリ
dist/ionicons.woff2 ファイルの表示


バイナリ
dist/logo.png ファイルの表示

変更前 変更後
幅: 271  |  高さ: 242  |  サイズ: 10 KiB

バイナリ
dist/responsive.png ファイルの表示

変更前 変更後
幅: 1358  |  高さ: 452  |  サイズ: 61 KiB

バイナリ
dist/webapp.png ファイルの表示

変更前 変更後
幅: 768  |  高さ: 614  |  サイズ: 93 KiB

読み込み中…
キャンセル
保存