Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
heuzef
/
lesspass
espelho de
https://github.com/lesspass/lesspass.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
67
Wiki
Trabalho
Ver a proveniência
remove app.cache obsolete feature
pull/44/head
Guillaume Vincent
há 8 anos
ascendente
d5ba500835
cometimento
8d9fe9605e
3 ficheiros alterados
com
5 adições
e
4 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+3
-1
app/main.js
+1
-1
index.html
+1
-2
webpack.config.js
+ 3
- 1
app/main.js
Ver ficheiro
@@ -10,4 +10,6 @@ require('./locales.js');
require('./router.js');
var Resource = require('vue-resource');
Vue.use(Resource);
Vue.use(Resource);
require('offline-plugin/runtime').install();
+ 1
- 1
index.html
Ver ficheiro
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html
manifest="dist/appcache/manifest.appcache"
>
<html>
<head>
<meta charset="utf-8">
<title>LessPass</title>
+ 1
- 2
webpack.config.js
Ver ficheiro
@@ -42,9 +42,8 @@ if (process.env.NODE_ENV === 'production') {
caches: 'all',
scope: '/dist/',
updateStrategy: 'all',
version: 'v1',
ServiceWorker: { output: 'sw.js'},
AppCache:
{directory: 'appcache/'}
AppCache:
false
})
])
}
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar