Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
anoopmb
/
frappe
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
[fix] dont watch in CI
version-14
Rushabh Mehta
8 anos atrás
pai
c445047d1c
commit
f4700957fa
1 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-2
frappe/commands/utils.py
+ 2
- 2
frappe/commands/utils.py
Ver arquivo
@@ -18,8 +18,8 @@ def build(make_copy=False, verbose=False):
@click.command('watch')
def watch():
"Watch and concatenate JS and CSS files as and when they change"
if os.environ.get('CI'):
return
#
if os.environ.get('CI'):
#
return
import frappe.build
frappe.init('')
frappe.build.watch(True)
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar