1.4.15 • Published 2 years ago

@sap/grunt-sapui5-bestpractice-build v1.4.15

Weekly downloads
8,777
License
SEE LICENSE IN LI...
Repository
-
Last release
2 years ago

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".

1.4.15

2 years ago

1.4.13

3 years ago

1.4.12

3 years ago

1.4.11

3 years ago

1.4.6

4 years ago

1.4.4

4 years ago

1.4.3

4 years ago

1.3.56

4 years ago

1.3.18

4 years ago

1.3.28

4 years ago

1.4.1

4 years ago

1.3.55

4 years ago

1.3.65

4 years ago

1.3.40

4 years ago

1.4.2

4 years ago

1.3.62

4 years ago

1.3.17

4 years ago

1.3.49

4 years ago

1.3.64

4 years ago

1.3.33

4 years ago

1.4.0

4 years ago

1.3.50

4 years ago

1.3.47

4 years ago

1.3.22

4 years ago

1.3.37

4 years ago

1.3.19

4 years ago

1.3.60

4 years ago

1.3.48

4 years ago

1.3.58

4 years ago

1.3.30

4 years ago

1.3.24

4 years ago

1.3.61

4 years ago

1.3.32

4 years ago

1.3.52

4 years ago

1.3.54

4 years ago