node-red-contrib-uibuilder
Version:
Easily create data-driven web UI's for Node-RED. Single- & Multi-page. Multiple UI's. Work with existing web development workflows or mix and match with no-code/low-code features.
11 lines (9 loc) • 510 B
Markdown
title: Using ESBUILD to control output formats
description: |
As UIBUILDER gets more complex and needs to work in different server and client environments, it is more important to control JavaScript output formats and to build minified versions of JavaScript, CSS and even HTML in some cases. The ESBUILD tool is used for this along with GULP for automation.
created: 2023-10-08 15:15:36
lastUpdated: 2023-10-08 15:15:41
updated: 2023-12-30 17:01:41
TBC - see the code in `gulpfile.js` for details.