Skip to content

Commit

Permalink
MDL-77559 js: Revert "MDL-75012 js: Remove grunt-contrib-uglify"
Browse files Browse the repository at this point in the history
This reverts commit abb6877.
  • Loading branch information
andrewnicols committed Mar 9, 2023
1 parent ab98110 commit 7081e0b
Show file tree
Hide file tree
Showing 3 changed files with 283 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .grunt/tasks/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* Function to generate the destination for the minification task
* Function to generate the destination for the uglify 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
Expand Down Expand Up @@ -61,6 +61,7 @@ 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');

Expand Down
Loading

0 comments on commit 7081e0b

Please sign in to comment.