mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 02:40:41 -07:00
Re-organizing basics content, starting to remove Shopify-specific content
This commit is contained in:
+1
-3
@@ -15,12 +15,10 @@ require('load-grunt-tasks')(grunt);
|
||||
atBegin: true
|
||||
}
|
||||
},
|
||||
|
||||
jekyll: {
|
||||
files: ['index.html', '_includes/*.html', '_filters/*.*', '_layouts/*.*', '_posts/*.*'],
|
||||
files: ['index.md', '_includes/*.html', '_filters/*.*', '_layouts/*.*', '_tags/*.*', '_basics/*.*'],
|
||||
tasks: ['shell:jekyllBuild']
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
sass: {
|
||||
|
||||
Reference in New Issue
Block a user