Configure bin-dir

This commit is contained in:
Oliver Davies 2016-11-30 08:09:48 +00:00
parent 5e3a9c3b4c
commit d9a72dd222
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/bin/
/node_modules/
/output_*/
/source/assets/css/

View file

@ -2,7 +2,7 @@
BOWER="node_modules/.bin/bower"
GULP="node_modules/.bin/gulp"
SCULPIN="vendor/bin/sculpin"
SCULPIN="bin/sculpin"
init: build watch

View file

@ -8,5 +8,8 @@
"php": "^5.5",
"sculpin/sculpin": "^2.1@dev",
"tsphethean/sculpin-related-posts-bundle": "~0.1.0"
},
"config": {
"bin-dir": "bin"
}
}