We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" ]); }; +}); ` ``
The text was updated successfully, but these errors were encountered:
tobiasso85
No branches or pull requests
running with ui5-migration migrate in a ui folder containing a Gruntfile.js causes issues since that is wrapped inside sap.ui
The text was updated successfully, but these errors were encountered: