mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 09:20:42 -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:
+68
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"name": "grunt-concurrent",
|
||||
"version": "1.0.0",
|
||||
"description": "Run grunt tasks concurrently",
|
||||
"keywords": [
|
||||
"gruntplugin",
|
||||
"concurrent",
|
||||
"parallel",
|
||||
"simultaneous",
|
||||
"optimize",
|
||||
"speed"
|
||||
],
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "[email protected]",
|
||||
"url": "http://sindresorhus.com"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/sindresorhus/grunt-concurrent"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt"
|
||||
},
|
||||
"files": [
|
||||
"tasks"
|
||||
],
|
||||
"dependencies": {
|
||||
"async": "^0.9.0",
|
||||
"pad-stdio": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-contrib-clean": "^0.6.0",
|
||||
"grunt-contrib-watch": "^0.6.1",
|
||||
"grunt-nodemon": "^0.3.0",
|
||||
"grunt-simple-mocha": "^0.4.0",
|
||||
"nodemon": "^1.2.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/grunt-concurrent/issues"
|
||||
},
|
||||
"homepage": "https://github.com/sindresorhus/grunt-concurrent",
|
||||
"_id": "[email protected]",
|
||||
"_shasum": "715f66ec7815a1ff33fd46105e0ce1242f9e7fee",
|
||||
"_from": "grunt-concurrent@",
|
||||
"_npmVersion": "1.4.9",
|
||||
"_npmUser": {
|
||||
"name": "sindresorhus",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "sindresorhus",
|
||||
"email": "[email protected]"
|
||||
}
|
||||
],
|
||||
"dist": {
|
||||
"shasum": "715f66ec7815a1ff33fd46105e0ce1242f9e7fee",
|
||||
"tarball": "http://registry.npmjs.org/grunt-concurrent/-/grunt-concurrent-1.0.0.tgz"
|
||||
},
|
||||
"directories": {},
|
||||
"_resolved": "https://registry.npmjs.org/grunt-concurrent/-/grunt-concurrent-1.0.0.tgz"
|
||||
}
|
||||
Reference in New Issue
Block a user