Configure bin-dir
This commit is contained in:
parent
5e3a9c3b4c
commit
d9a72dd222
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
/bin/
|
||||||
/node_modules/
|
/node_modules/
|
||||||
/output_*/
|
/output_*/
|
||||||
/source/assets/css/
|
/source/assets/css/
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
BOWER="node_modules/.bin/bower"
|
BOWER="node_modules/.bin/bower"
|
||||||
GULP="node_modules/.bin/gulp"
|
GULP="node_modules/.bin/gulp"
|
||||||
SCULPIN="vendor/bin/sculpin"
|
SCULPIN="bin/sculpin"
|
||||||
|
|
||||||
init: build watch
|
init: build watch
|
||||||
|
|
||||||
|
|
|
@ -8,5 +8,8 @@
|
||||||
"php": "^5.5",
|
"php": "^5.5",
|
||||||
"sculpin/sculpin": "^2.1@dev",
|
"sculpin/sculpin": "^2.1@dev",
|
||||||
"tsphethean/sculpin-related-posts-bundle": "~0.1.0"
|
"tsphethean/sculpin-related-posts-bundle": "~0.1.0"
|
||||||
|
},
|
||||||
|
"config": {
|
||||||
|
"bin-dir": "bin"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue