[Koha-bugs] [Bug 32975] New: Error in package.json's definition of css:build vs css:build:prod

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 15 19:17:33 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32975

            Bug ID: 32975
           Summary: Error in package.json's definition of css:build vs
                    css:build:prod
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: normal
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: oleonard at myacpl.org
        QA Contact: testopia at bugs.koha-community.org
        Depends on: 32609

package.json defines these commands:

    "css:build": "gulp css && gulp css --view opac",
    "css:build:prod": "gulp build && gulp css --view opac",

The second one, css:build:prod is not running the "build" process for the OPAC.
It should say "gulp build --view opac"


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32609
[Bug 32609] Remove compiled files from src
-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list