Commit d1fd917b authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #12218 from ZDroid/docs.js

Rename uglify.js to uglify.min.js for consistency
parents 8c0cb806 c3351049
Showing with 1 addition and 1 deletion
+1 -1
......@@ -133,7 +133,7 @@ module.exports = function (grunt) {
src: [
'docs/assets/js/less.min.js',
'docs/assets/js/jszip.js',
'docs/assets/js/uglify.js',
'docs/assets/js/uglify.min.js',
'docs/assets/js/blob.js',
'docs/assets/js/filesaver.js',
'docs/assets/js/raw-files.js',
......
File moved
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment