@sap/grunt-sapui5-bestpractice-build

1.4.15 • Public • Published

grunt-sapui5-bestpractice-build

Grunt tasks for SAP WebIDE.

Pre-requisites

Make sure that you have installed npm version >=5.6.0.

Getting Started

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

npm install @sap/grunt-sapui5-bestpractice-build --save-dev

OR add the following package.json to your application

{
	"name": "<your-project-name>",
	"version": "0.0.1",
	"description": "Project description",
	"private": true,	 
	"devDependencies": {
		"@sap/grunt-sapui5-bestpractice-build": "1.X.X"
	}
}

Once the plugin has been installed, it may be enabled inside your wcGruntfile.js:

module.exports = function(grunt) {         
	'use strict';
	
    grunt.loadNpmTasks("@sap/grunt-sapui5-bestpractice-build");   
    grunt.config.merge({
        compatVersion: "1.56",
        deploy_mode: "html_repo"
    });    
    grunt.registerTask("default", [
        "clean",
        "lint",
        "build"
    ]);
    
};

Optional Parameters:
"compatVersion" - UI5 version in which the built artifact will be deployed.
"deploy_mode" - Indication whether the deployed artifact will be hosted by an HTML5 repository. If so, the value should be "html_repo".

Readme

Keywords

none

Package Sidebar

Install

npm i @sap/grunt-sapui5-bestpractice-build

Weekly Downloads

7,691

Version

1.4.15

License

SEE LICENSE IN LICENSE.txt

Unpacked Size

65.4 kB

Total Files

12

Last publish

Collaborators

  • sap_extncrepos