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-07-25 13:48:45 -04:00
parent ae3d14bef5
commit 82249c99b3
2143 changed files with 389848 additions and 26 deletions
+18
View File
@@ -0,0 +1,18 @@
.foo {
background-image: url("1.png"),
url("2.png"),
linear-gradient(
to bottom,
#000 0%,
#fff 100%
)
;
}
@font-face {
font-family: "f";
src: url("f.eot#a") format("embedded-opentype"),
url("f.woff") format("woff"),
url("f.ttf") format("truetype"),
url("f.svg#b") format("svg");
}