From d9a72dd2220ef2e528d1198865b78b3439d1e170 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 30 Nov 2016 08:09:48 +0000 Subject: [PATCH] Configure bin-dir --- .gitignore | 1 + Makefile | 2 +- composer.json | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7cd0777b..f0663304 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/bin/ /node_modules/ /output_*/ /source/assets/css/ diff --git a/Makefile b/Makefile index 4c73db72..5499c8ad 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ BOWER="node_modules/.bin/bower" GULP="node_modules/.bin/gulp" -SCULPIN="vendor/bin/sculpin" +SCULPIN="bin/sculpin" init: build watch diff --git a/composer.json b/composer.json index 9b527a74..95a5181d 100644 --- a/composer.json +++ b/composer.json @@ -8,5 +8,8 @@ "php": "^5.5", "sculpin/sculpin": "^2.1@dev", "tsphethean/sculpin-related-posts-bundle": "~0.1.0" + }, + "config": { + "bin-dir": "bin" } }