File tree Expand file tree Collapse file tree 5 files changed +2925
-339
lines changed Expand file tree Collapse file tree 5 files changed +2925
-339
lines changed Original file line number Diff line number Diff line change 22/app /config /sculpin_ * _dev.yml
33/output_ * /
44/source /components /
5- /.sculpin /
5+ /vendor /
66composer.phar
Original file line number Diff line number Diff line change @@ -12,16 +12,8 @@ Powered by [Sculpin](https://github.com/sculpin/sculpin). =)
1212Build
1313-----
1414
15- ### If You Already Have Sculpin
16-
17- sculpin install
18- sculpin generate --watch --server
15+ composer install
16+ ./vendor/bin/sculpin generate --watch --server
1917
2018Your newly generated clone of [ sculpin.io] ( https://sculpin.io ) is now
2119accessible at ` http://localhost:8000/ ` .
22-
23- ### If You Need Sculpin
24-
25- curl -O https://download.sculpin.io/sculpin.phar
26- php sculpin.phar install
27- php sculpin.phar generate --watch --server
Original file line number Diff line number Diff line change 33 "components/bootstrap" : " ~3.0.0" ,
44 "components/font-awesome" : " ~3.2.1" ,
55 "components/highlightjs" : " 7.3.0" ,
6- "components/jquery" : " ~1.9.1"
6+ "components/jquery" : " ~1.9.1" ,
7+ "sculpin/sculpin" : " ^2.1@dev" ,
8+ "dflydev/embedded-composer" : " ^1.0@dev"
79 },
810 "config" : {
911 "component-dir" : " source/components"
You can’t perform that action at this time.
0 commit comments