mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 18:30:40 -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:
+94
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"name": "grunt-contrib-watch",
|
||||
"description": "Run predefined tasks whenever watched file patterns are added, changed or deleted.",
|
||||
"version": "0.6.1",
|
||||
"homepage": "https://github.com/gruntjs/grunt-contrib-watch",
|
||||
"author": {
|
||||
"name": "Grunt Team",
|
||||
"url": "http://gruntjs.com/"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/gruntjs/grunt-contrib-watch.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/gruntjs/grunt-contrib-watch/issues"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/gruntjs/grunt-contrib-watch/blob/master/LICENSE-MIT"
|
||||
}
|
||||
],
|
||||
"engines": {
|
||||
"node": ">= 0.8.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt nodeunit -v"
|
||||
},
|
||||
"dependencies": {
|
||||
"gaze": "~0.5.1",
|
||||
"tiny-lr-fork": "0.0.5",
|
||||
"lodash": "~2.4.1",
|
||||
"async": "~0.2.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.0",
|
||||
"grunt-contrib-jshint": "~0.8.0",
|
||||
"grunt-contrib-nodeunit": "~0.3.3",
|
||||
"grunt-contrib-internal": "~0.4.7",
|
||||
"underscore.string": "~2.3.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"grunt": "~0.4.0"
|
||||
},
|
||||
"keywords": [
|
||||
"gruntplugin",
|
||||
"watch"
|
||||
],
|
||||
"files": [
|
||||
"tasks",
|
||||
"LICENSE-MIT"
|
||||
],
|
||||
"_id": "[email protected]",
|
||||
"dist": {
|
||||
"shasum": "64fdcba25a635f5b4da1b6ce6f90da0aeb6e3f15",
|
||||
"tarball": "http://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-0.6.1.tgz"
|
||||
},
|
||||
"_from": "grunt-contrib-watch@^0.6.1",
|
||||
"_npmVersion": "1.4.4",
|
||||
"_npmUser": {
|
||||
"name": "shama",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "tkellen",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
{
|
||||
"name": "cowboy",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
{
|
||||
"name": "shama",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
{
|
||||
"name": "vladikoff",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
{
|
||||
"name": "sindresorhus",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
{
|
||||
"name": "jmeas",
|
||||
"email": "[email protected]"
|
||||
}
|
||||
],
|
||||
"directories": {},
|
||||
"_shasum": "64fdcba25a635f5b4da1b6ce6f90da0aeb6e3f15",
|
||||
"_resolved": "https://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-0.6.1.tgz",
|
||||
"readme": "ERROR: No README data found!"
|
||||
}
|
||||
Reference in New Issue
Block a user