Explorar el Código

Merge branch 'hotfix'

version-14
Rushabh Mehta hace 8 años
padre
commit
14060f5b13
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. +1
    -1
      frappe/__init__.py
  2. +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 .exceptions import *
from .utils.jinja import get_jenv, get_template, render_template from .utils.jinja import get_jenv, get_template, render_template


__version__ = '8.0.51'
__version__ = '8.0.52'
__title__ = "Frappe Framework" __title__ = "Frappe Framework"


local = Local() 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 += `\n/*\n *\t${file}\n */\n`
} }
output_txt += file_content; output_txt += file_content;

output_txt = output_txt.replace(/['"]use strict['"];/, '');
} }


const target = p(assets_path, output_path); const target = p(assets_path, output_path);


Cargando…
Cancelar
Guardar