mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
Fixing up Grunt file to watch for directories Exclude node modules folder from Jekyll built site
15 lines
339 B
JSON
15 lines
339 B
JSON
{
|
|
"name": "liquid-docs",
|
|
"version": "0.1.0",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-concurrent": "^1.0.0",
|
|
"grunt-contrib-concat": "^0.5.1",
|
|
"grunt-contrib-sass": "^0.9.2",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"grunt-postcss": "^0.3.0",
|
|
"grunt-shell": "^1.1.2",
|
|
"load-grunt-tasks": "^3.1.0"
|
|
}
|
|
}
|