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:
+69
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"name": "load-grunt-tasks",
|
||||
"version": "3.1.0",
|
||||
"description": "Load multiple grunt tasks using globbing patterns",
|
||||
"keywords": [
|
||||
"grunt",
|
||||
"load",
|
||||
"require",
|
||||
"tasks",
|
||||
"glob",
|
||||
"pattern",
|
||||
"match",
|
||||
"matchdep",
|
||||
"dependencies"
|
||||
],
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "[email protected]",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sindresorhus/load-grunt-tasks"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt"
|
||||
},
|
||||
"dependencies": {
|
||||
"findup-sync": "^0.2.1",
|
||||
"multimatch": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "^0.4.2",
|
||||
"grunt-cli": "^0.1.13",
|
||||
"grunt-svgmin": "^2.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"gitHead": "a15f001bb04e63cb4915860eac2ee76741d85cf2",
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/load-grunt-tasks/issues"
|
||||
},
|
||||
"homepage": "https://github.com/sindresorhus/load-grunt-tasks",
|
||||
"_id": "[email protected]",
|
||||
"_shasum": "f59e7a83413e2e872591c7777ffdc18a3709da20",
|
||||
"_from": "load-grunt-tasks@",
|
||||
"_npmVersion": "1.4.28",
|
||||
"_npmUser": {
|
||||
"name": "sindresorhus",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "sindresorhus",
|
||||
"email": "[email protected]"
|
||||
}
|
||||
],
|
||||
"dist": {
|
||||
"shasum": "f59e7a83413e2e872591c7777ffdc18a3709da20",
|
||||
"tarball": "http://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-3.1.0.tgz"
|
||||
},
|
||||
"directories": {},
|
||||
"_resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-3.1.0.tgz"
|
||||
}
|
||||
Reference in New Issue
Block a user