mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-17 09:50:48 -07:00
Set up Grunt
Fixing up Grunt file to watch for directories Exclude node modules folder from Jekyll built site
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
/*! Special comment */
|
||||
@charset "UTF-8";
|
||||
|
||||
@charset "EUC-JP";
|
||||
|
||||
@import "foo.css";
|
||||
|
||||
.bar {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@charset "Shift_JIS";
|
||||
|
||||
@import "baz.css";
|
||||
|
||||
.qux {
|
||||
display: block;
|
||||
}
|
||||
Reference in New Issue
Block a user