Skip to content

Commit

Permalink
Remove copy scripts for synapse-react-client and MUI
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros committed Feb 12, 2025
1 parent a980478 commit 9988e1b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -474,15 +474,6 @@
file="${project.basedir}/node_modules/moment/min/moment.min.js"
tofile="src/main/webapp/generated/moment.min.js"
/>
<copy
file="${project.basedir}/node_modules/@mui/material/umd/material-ui.production.min.js"
tofile="src/main/webapp/generated/material-ui.production.min.js"
/>
<copy todir="src/main/webapp/generated">
<fileset
dir="${project.basedir}/node_modules/synapse-react-client/dist/umd"
/>
</copy>
<copy
file="${project.basedir}/node_modules/universal-cookie/umd/universalCookie.min.js"
tofile="src/main/webapp/generated/universalCookie.min.js"
Expand Down

0 comments on commit 9988e1b

Please sign in to comment.