Skip to content
This repository was archived by the owner on Feb 25, 2018. It is now read-only.

Commit 602fc01

Browse files
committed
Get back to notice log level
1 parent 1c2391d commit 602fc01

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### HEAD
44

55
### v0.3.1
6+
* Keep log level at "notice"
67
* Add time-grunt to measure build times
78
* Add jit-grunt to load tasks only when needed (+ improve performance)
89
* Change log level to notice in Gruntfile

tasks/phantomcss.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = function(grunt) {
2626
results: 'results',
2727
viewportSize: [1280, 800],
2828
mismatchTolerance: 0.05,
29-
logLevel: 'debug' // debug | info | warning | error
29+
logLevel: 'warning' // debug | info | warning | error
3030
});
3131

3232
// Timeout ID for message checking loop

0 commit comments

Comments
 (0)