Skip to content

Instantly share code, notes, and snippets.

View matz3's full-sized avatar

Matthias Oßwald matz3

View GitHub Profile
@matz3
matz3 / Gruntfile.js
Last active April 12, 2021 10:44
UI5 Custom Bundle Example
module.exports = function(grunt) {
grunt.initConfig({
copy: {
"sap.ui.core": {
files: [
{
cwd: "bower_components/openui5-sap.ui.core/resources",
src: [ "**/*" ],
dots: true,
expand: true,