1.4.15 • Published 4 years ago

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

Weekly downloads
8,777
License
SEE LICENSE IN LI...
Repository
-
Last release
4 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

4 years ago

1.4.13

4 years ago

1.4.12

4 years ago

1.4.11

4 years ago

1.4.6

5 years ago

1.4.4

5 years ago

1.4.3

5 years ago

1.3.56

5 years ago

1.3.18

5 years ago

1.3.28

5 years ago

1.4.1

5 years ago

1.3.55

5 years ago

1.3.65

5 years ago

1.3.40

5 years ago

1.4.2

5 years ago

1.3.62

5 years ago

1.3.17

5 years ago

1.3.49

5 years ago

1.3.64

5 years ago

1.3.33

5 years ago

1.4.0

5 years ago

1.3.50

5 years ago

1.3.47

5 years ago

1.3.22

5 years ago

1.3.37

5 years ago

1.3.19

5 years ago

1.3.60

5 years ago

1.3.48

5 years ago

1.3.58

5 years ago

1.3.30

5 years ago

1.3.24

5 years ago

1.3.61

5 years ago

1.3.32

5 years ago

1.3.52

5 years ago

1.3.54

5 years ago