Selaa lähdekoodia

[fix] rename clientscriptAPI.js -> client_script_helpers.js

version-14
Rushabh Mehta 7 vuotta sitten
vanhempi
commit
cfb34ca5d6
3 muutettua tiedostoa jossa 5 lisäystä ja 2 poistoa
  1. +4
    -1
      frappe/build.js
  2. +1
    -1
      frappe/public/build.json
  3. +0
    -0
      frappe/public/js/legacy/client_script_helpers.js

+ 4
- 1
frappe/build.js Näytä tiedosto

@@ -283,7 +283,10 @@ function watch_less(ondirty) {
}

function watch_js(ondirty) {
const watcher = chokidar.watch(path_join(apps_path, '**', '*.js')).on('change', (filename, stats) => {
chokidar.watch([
path_join(apps_path, '**', '*.js'),
path_join(apps_path, '**', '*.html')
]).on('change', (filename) => {
// build the target js file for which this js/html file is input
for (const target in build_map) {
const sources = build_map[target];


+ 1
- 1
frappe/public/build.json Näytä tiedosto

@@ -264,7 +264,7 @@
"public/js/frappe/form/templates/form_links.html",
"public/js/frappe/views/formview.js",
"public/js/legacy/form.js",
"public/js/legacy/clientscriptAPI.js",
"public/js/legacy/client_script_helpers.js",
"public/js/frappe/form/toolbar.js",
"public/js/frappe/form/dashboard.js",
"public/js/frappe/form/document_flow.js",


frappe/public/js/legacy/clientscriptAPI.js → frappe/public/js/legacy/client_script_helpers.js Näytä tiedosto


Ladataan…
Peruuta
Tallenna