
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
ui5-task-compileless
Advanced tools
:wave: 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.
Task for ui5-builder, enabling compiling of less files in your app folder.
@ui5/cli@3.0.0 (to support specVersion: "3.0"):warning: UI5 Tooling Compatibility All releases of this tooling extension using the major version
3require UI5 Tooling V3. Any previous releases below major version3(if available) also support older versions of the UI5 Tooling. But the usage of the latest UI5 Tooling is strongly recommended!
npm install ui5-task-compileless --save-dev
$yourapp/ui5.yaml)debug: true|false
verbose logging
lessToCompile String<Array>
array of less resources specified as paths or glob patterns which should be compiled
$yourapp/package.json:"devDependencies": {
// ...
"ui5-task-compileless": "*"
// ...
}
$yourapp/ui5.yaml:builder:
customTasks:
- name: ui5-task-compileless
afterTask: replaceVersion
configuration:
debug: true
# lessToCompile: (Optional by default css from manifest will be used)
# - "css/style.less"
The task can be used to compile less files in your app folder by using less-openui5.
It can also include less file from the ui5 dependencies for example
@import "/resources/sap/ui/core/themes/base/base.less";
To get all the less variable that are defined in the sap ui theme core.
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.
FAQs
UI5 task for compiling less files
The npm package ui5-task-compileless receives a total of 61 weekly downloads. As such, ui5-task-compileless popularity was classified as not popular.
We found that ui5-task-compileless demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.