mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-75012 js: Remove grunt-contrib-uglify
We stopped using this when we updated our processes to support ESMs in MDL-62497. Removal of the dependency was missed at the time.
This commit is contained in:
parent
f70d9a3eef
commit
abb6877596
3 changed files with 1 additions and 283 deletions
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* Function to generate the destination for the uglify task
|
||||
* Function to generate the destination for the minification task
|
||||
* (e.g. build/file.min.js). This function will be passed to
|
||||
* the rename property of files array when building dynamically:
|
||||
* http://gruntjs.com/configuring-tasks#building-the-files-object-dynamically
|
||||
|
@ -61,7 +61,6 @@ module.exports = grunt => {
|
|||
grunt.registerTask('js', ['amd', 'yui']);
|
||||
|
||||
// Register NPM tasks.
|
||||
grunt.loadNpmTasks('grunt-contrib-uglify');
|
||||
grunt.loadNpmTasks('grunt-contrib-watch');
|
||||
grunt.loadNpmTasks('grunt-rollup');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue