Skip to content

Commit

Permalink
pkp/pkp-lib#9753 Remove copy scripts from node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
blesildaramirez committed Aug 13, 2024
1 parent bb08015 commit 718b87a
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,31 +39,7 @@ module.exports = {
{
from: 'lib/ui-library/public/styles/tinymce',
to: '../lib/pkp/styles/tinymce'
},

// copy jquery and jquery-ui from node_modules to lib/pkp composer's vendor dir
{
from: 'node_modules/jquery/dist/',
to: '../lib/pkp/lib/vendor/components/jquery/',
},
{
from: 'node_modules/jquery-ui/dist/**/*.js',
to: '../lib/pkp/lib/vendor/components/jqueryui/[name][ext]',
},

// copy jquery-validation and Chart.js from node_modules to lib/pkp/js/lib
{
from: 'node_modules/jquery-validation/dist/',
to: '../lib/pkp/js/lib/jquery/plugins/validate/',
},
{
from: 'node_modules/chart.js/dist/Chart.js',
to: '../lib/pkp/js/lib/[name][ext]',
},
{
from: 'node_modules/chart.js/dist/Chart.min.js',
to: '../lib/pkp/js/lib/[name][ext]',
},
}
]
})
],
Expand Down

0 comments on commit 718b87a

Please sign in to comment.