このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
heuzef
/
lesspass
ミラー元
https://github.com/lesspass/lesspass.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
67
Wiki
アクティビティ
ソースを参照
commit build files because of memory leak during npm install
pull/342/head
Guillaume Vincent
8年前
親
f3e3d3d043
コミット
88463ccbc7
14個のファイルの変更
、
2699行の追加
、
3行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
ファイルの表示
変更前
変更後
幅:
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
書き込み
プレビュー
読み込み中…
キャンセル
保存