This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
commit build files because of memory leak during npm install
pull/342/head
Guillaume Vincent
8 years ago
parent
f3e3d3d043
commit
88463ccbc7
14 changed files
with
2699 additions
and
3 deletions
Split View
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
BIN
dist/extension.gif
BIN
dist/free.png
BIN
dist/ionicons.eot
+2630
-0
dist/ionicons.svg
BIN
dist/ionicons.ttf
BIN
dist/ionicons.woff
BIN
dist/ionicons.woff2
BIN
dist/logo.png
BIN
dist/responsive.png
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
Write
Preview
Loading…
Cancel
Save