Information
Package | gulp-openui5-preload |
Description | Merge multiple files in SAPUI5/OpenUI5 into a single preload file. |
Node Version | >= 0.10 |
Basic Usage
This will merge all files from a standard SAPUI5/OpenUI5 application into a single preload file.
var gulp = ;var ui5Preload = ; gulp;
Advanced Usage
Example with compression applied to files before creation of preload file along with specifying directory namespace.
var gulp = ;var merge = ;var uglify = ;var prettyData = ;var ui5Preload = ; gulp;
Options
prefix
Type: string
Default: ``
Directory namespace prefix that should be prepended to all found paths. This is useful if the source folder structure is not the same as the module namespace.
LICENSE
(MIT License) 2015 Edward Smyth