Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Gruntfile.js needs to be ignored #116

@andre68723

Description

@andre68723

running with ui5-migration migrate in a ui folder containing a Gruntfile.js causes issues since that is wrapped inside sap.ui

git diff
+++ b/ui-app/Gruntfile.js
@@ -1,3 +1,5 @@
+sap.ui.define([], function() {
+	  "use strict";
 	module.exports = function(grunt) {
 	  "use strict";
 	  grunt.initConfig({
@@ -21,3 +23,4 @@
 	    "build"
 	  ]);
 	};
+});
`
``

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions