Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ce9109
)
MDL-55048 grunt: make uglify task behave as before
author
Dan Poltawski
<dan@moodle.com>
Tue, 28 Jun 2016 16:52:52 +0000
(17:52 +0100)
committer
Dan Poltawski
<dan@moodle.com>
Mon, 11 Jul 2016 14:53:10 +0000
(15:53 +0100)
Don't output the status of uglifyied JS files, just the final result,
will still report what happens in detail in verbose mode
Gruntfile.js
patch
|
blob
|
blame
|
history
diff --git
a/Gruntfile.js
b/Gruntfile.js
index
4e22a6e
..
467f13b
100644
(file)
--- a/
Gruntfile.js
+++ b/
Gruntfile.js
@@
-132,7
+132,8
@@
module.exports = function(grunt) {
expand: true,
src: amdSrc,
rename: uglifyRename
- }]
+ }],
+ options: {report: 'none'}
}
},
less: {