Set up Grunt

Fixing up Grunt file to watch for directories

Exclude node modules folder from Jekyll built site
This commit is contained in:
Tetsuro
2015-04-05 18:15:00 -04:00
parent ae3d14bef5
commit 82249c99b3
2143 changed files with 389848 additions and 26 deletions

View File

@@ -0,0 +1,8 @@
.foo:lang(ja-JP),
.bar:nth-child(2n + 1),
.baz:nth-last-child( -1n - 1),
.qux:nth-of-type(odd ),
.quux:not( bar ),
.corge:not([class^="corge corge-"]) {
display: block;
}