Bugzilla – Attachment 145209 Details for
Bug 32609
Remove compiled files from src
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32609: Remove JS vars from gulpfile
Bug-32609-Remove-JS-vars-from-gulpfile.patch (text/plain), 1.00 KB, created by
Jonathan Druart
on 2023-01-11 16:13:15 UTC
(
hide
)
Description:
Bug 32609: Remove JS vars from gulpfile
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-01-11 16:13:15 UTC
Size:
1.00 KB
patch
obsolete
>From 2b36abd87f0f2d4c574663b6ff58ff195bcb2996 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 11 Jan 2023 13:45:56 +0100 >Subject: [PATCH] Bug 32609: Remove JS vars from gulpfile > >They are not used. >--- > gulpfile.js | 4 ---- > 1 file changed, 4 deletions(-) > >diff --git a/gulpfile.js b/gulpfile.js >index a17b66effe6..da998c332d8 100644 >--- a/gulpfile.js >+++ b/gulpfile.js >@@ -22,17 +22,13 @@ const Vinyl = require('vinyl'); > const args = require('minimist')(process.argv.slice(2)); > const rename = require('gulp-rename'); > >-const STAFF_JS_BASE = "koha-tmpl/intranet-tmpl/prog/js"; > const STAFF_CSS_BASE = "koha-tmpl/intranet-tmpl/prog/css"; >-const OPAC_JS_BASE = "koha-tmpl/opac-tmpl/bootstrap/js"; > const OPAC_CSS_BASE = "koha-tmpl/opac-tmpl/bootstrap/css"; > > if (args.view == "opac") { > var css_base = OPAC_CSS_BASE; >- var js_base = OPAC_JS_BASE; > } else { > var css_base = STAFF_CSS_BASE; >- var js_base = STAFF_JS_BASE; > } > > var sassOptions = { >-- >2.25.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 32609
:
145209
|
145210
|
145211
|
145212
|
145802
|
145838