Explorar el Código

mv logo in dist folder

pull/342/head
Guillaume Vincent hace 8 años
padre
commit
5f69e61bf7
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. BIN
      dist/logo.png
  2. +1
    -1
      package.json

BIN
dist/logo.png Ver fichero

Antes Después
Anchura: 356  |  Altura: 80  |  Tamaño: 9.1 KiB

+ 1
- 1
package.json Ver fichero

@@ -8,7 +8,7 @@
"start": "NODE_ENV=production node server.js",
"dev": "webpack-dev-server",
"uncss": "uncss --stylesheets dist/lesspass.css index.html > dist/lesspass.uncss.css",
"build": "rm -rf dist && NODE_ENV=production webpack && npm run uncss && rm dist/lesspass.css*",
"build": "rm -rf dist && NODE_ENV=production webpack && npm run uncss && rm dist/lesspass.css* && cp src/logo.png dist/",
"prepublish": "npm run build"
},
"repository": {


Cargando…
Cancelar
Guardar