Skip to content

Commit

Permalink
BAH-3701 | fix. Gruntfile to package next-ui css files
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjun-Go authored and rahu1ramesh committed May 20, 2024
1 parent 6a49e18 commit 310e1a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ module.exports = function (grunt) {
'components/ng-tags-input/ng-tags-input.min.css',
'components/jquery-ui/themes/smoothness/jquery-ui.min.css',
'micro-frontends-dist/shared.min.css',
'micro-frontends-dist/ipd.min.css'
'micro-frontends-dist/ipd.min.css',
'micro-frontends-dist/next-ui.min.css'
];

var libraryJSFiles = [
Expand Down

0 comments on commit 310e1a0

Please sign in to comment.