This package has been deprecated

Author message:

The UI5 tooling extension `ui5-middleware-livecompileless` has been integrated into `ui5-tooling-less`

ui5-middleware-livecompileless

3.0.3 • Public • Published

UI5 middleware for live compiling less files

👋 This is a community project and there is no official support for this package! Feel free to use it, open issues, contribute, and help answering questions.

Middleware for ui5-server, live compiling less files.

Prerequisites

⚠️ UI5 Tooling Compatibility All releases of this tooling extension using the major version 3 require UI5 Tooling V3. Any previous releases below major version 3 (if available) also support older versions of the UI5 Tooling. But the usage of the latest UI5 Tooling is strongly recommended!

Install

npm install ui5-middleware-livecompileless --save-dev

Configuration options (in $yourapp/ui5.yaml)

  • debug: true|false
    verbose logging

Usage

  1. Define the dependency in $yourapp/package.json:
"devDependencies": {
    // ...
    "ui5-middleware-livecompileless": "*"
    // ...
}
  1. configure it in $yourapp/ui5.yaml:
server:
  customMiddleware:
    - name: ui5-middleware-livecompileless
      beforeMiddleware: serveResources
      configuration:
        debug: true

How it works

The css file corresponding to your less file needs to be maintained in the manifest as described here. The middleware will watch for those css files and searches for the corresponding less file, compiles it and serves it back.

License

This work is dual-licensed under Apache 2.0 and the Derived Beer-ware License. The official license will be Apache 2.0 but finally you can choose between one of them if you use this work.

When you like this stuff, buy @sebbi a beer or buy @marcel_schork a coke when you see them.

Readme

Keywords

none

Package Sidebar

Install

npm i ui5-middleware-livecompileless

Weekly Downloads

37

Version

3.0.3

License

Apache-2.0

Unpacked Size

26.2 kB

Total Files

6

Last publish

Collaborators

  • pmuessig
  • ui5-community-bot