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

Commit 1c2391d

Browse files
committed
v0.3.1
* Add time-grunt to measure build times * Add jit-grunt to load tasks only when needed (+ improve performance) * Change log level to notice in Gruntfile * Document correct CasperJS log levels and pass them as arguments / option * Added .editorconfig
1 parent 5e42c7f commit 1c2391d

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# CHANGELOG
22

33
### HEAD
4+
5+
### v0.3.1
46
* Add time-grunt to measure build times
57
* Add jit-grunt to load tasks only when needed (+ improve performance)
68
* Change log level to notice in Gruntfile

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grunt-phantomcss",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"homepage": "https://github.com/anselmh/grunt-phantomcss",
55
"authors": [
66
"Chris Gladd <chris.m.gladd@gmail.com>",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-phantomcss",
33
"description": "Plugin to do CSS regression testing via PhantomCSS.",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"homepage": "https://github.com/anselmh/grunt-phantomcss",
66
"author": {
77
"name": "Chris Gladd",

0 commit comments

Comments
 (0)