ui5-migration icon indicating copy to clipboard operation
ui5-migration copied to clipboard

Gruntfile.js needs to be ignored

Open andre68723 opened this issue 4 years ago • 0 comments

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"
 	  ]);
 	};
+});
`
``

andre68723 avatar May 12 '20 09:05 andre68723