Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gruntfile.js needs to be ignored #116

Open
andre68723 opened this issue May 12, 2020 · 0 comments
Open

Gruntfile.js needs to be ignored #116

andre68723 opened this issue May 12, 2020 · 0 comments
Assignees

Comments

@andre68723
Copy link

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"
 	  ]);
 	};
+});
`
``
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants