Skip to content

Commit

Permalink
Build: Fix for JQUI import
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJard committed Nov 16, 2022
1 parent dbcf7dd commit fe28d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ function frameworkFromPath(path) {
return 'zf';
}
else if (path.includes('jqueryui')) {
return 'ju';
return 'jqui';
}
else if (path.includes('semanticui')) {
return 'se';
Expand Down

0 comments on commit fe28d4b

Please sign in to comment.