Skip to content

Commit

Permalink
Bindu | Ignore lib folder for Uglify task
Browse files Browse the repository at this point in the history
  • Loading branch information
binduak committed Nov 13, 2024
1 parent 516f091 commit a2060cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ module.exports = function (grunt) {
files: {
expand: true,
cwd: '<%= yeoman.dist %>',
src: ['**/*.min.*.js', '!micro-frontends-dist/**/*.js'],
src: ['**/*.min.*.js', '!micro-frontends-dist/**/*.js', '!lib/**/*.js'],
dest: '<%= yeoman.dist %>'
}
},
Expand Down

0 comments on commit a2060cd

Please sign in to comment.