Browse Source

commit build files because of memory leak during npm install

pull/342/head
Guillaume Vincent 8 years ago
parent
commit
88463ccbc7
14 changed files with 2699 additions and 3 deletions
  1. +0
    -1
      .gitignore
  2. +1
    -2
      Dockerfile
  3. +67
    -0
      dist/build.js
  4. +1
    -0
      dist/build.js.map
  5. BIN
      dist/extension.gif
  6. BIN
      dist/free.png
  7. BIN
      dist/ionicons.eot
  8. +2630
    -0
      dist/ionicons.svg
  9. BIN
      dist/ionicons.ttf
  10. BIN
      dist/ionicons.woff
  11. BIN
      dist/ionicons.woff2
  12. BIN
      dist/logo.png
  13. BIN
      dist/responsive.png
  14. BIN
      dist/webapp.png

+ 0
- 1
.gitignore View File

@@ -1,2 +1 @@
node_modules
dist

+ 1
- 2
Dockerfile View File

@@ -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
File diff suppressed because it is too large
View File


+ 1
- 0
dist/build.js.map
File diff suppressed because it is too large
View File


BIN
dist/extension.gif View File

Before After
Width: 1075  |  Height: 876  |  Size: 662 KiB

BIN
dist/free.png View File

Before After
Width: 221  |  Height: 200  |  Size: 10 KiB

BIN
dist/ionicons.eot View File


+ 2630
- 0
dist/ionicons.svg
File diff suppressed because it is too large
View File


BIN
dist/ionicons.ttf View File


BIN
dist/ionicons.woff View File


BIN
dist/ionicons.woff2 View File


BIN
dist/logo.png View File

Before After
Width: 271  |  Height: 242  |  Size: 10 KiB

BIN
dist/responsive.png View File

Before After
Width: 1358  |  Height: 452  |  Size: 61 KiB

BIN
dist/webapp.png View File

Before After
Width: 768  |  Height: 614  |  Size: 93 KiB

Loading…
Cancel
Save