Skip to content

Commit

Permalink
Set quiet temporarily to false.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Dec 18, 2017
1 parent 030771f commit 6f53bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/config/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ module.exports = function (grunt) {
options: {
wait: false,
ready: /Optimization .+ complete/,
quiet: true
quiet: false
},
cmd: optimizeScript,
args: [
Expand Down

0 comments on commit 6f53bc7

Please sign in to comment.