building some more automation with a makefile and adding it as a script

master
Luis Cordova 11 years ago
parent d1dabfed50
commit 9c76d8bdcb
  1. 4
      Makefile
  2. 3
      composer.json

@ -0,0 +1,4 @@
web: .PHONY
php -S localhost:8088 -t . index.php
.PHONY:

@ -19,5 +19,8 @@
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"scripts": {
"post-install-cmd": "make"
}
}

Loading…
Cancel
Save