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" } }