Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
anoopmb
/
frappe
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Merge branch 'hotfix'
version-14
Rushabh Mehta
hace 8 años
padre
4078c0e8d7
a08b6cff66
commit
14060f5b13
Se han
modificado 2 ficheros
con
3 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
frappe/__init__.py
+2
-0
frappe/build.js
+ 1
- 1
frappe/__init__.py
Ver fichero
@@ -13,7 +13,7 @@ import os, sys, importlib, inspect, json
from .exceptions import *
from .utils.jinja import get_jenv, get_template, render_template
__version__ = '8.0.5
1
'
__version__ = '8.0.5
2
'
__title__ = "Frappe Framework"
local = Local()
+ 2
- 0
frappe/build.js
Ver fichero
@@ -103,6 +103,8 @@ function pack(output_path, inputs, minify) {
output_txt += `\n/*\n *\t${file}\n */\n`
}
output_txt += file_content;
output_txt = output_txt.replace(/['"]use strict['"];/, '');
}
const target = p(assets_path, output_path);
Escribir
Vista previa
Cargando…
Cancelar
Guardar