summaryrefslogtreecommitdiff
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add fail fast optionSheogorath2017-01-231-0/+2
| | | Fail the script if a command inside it fails to prevent a install with exitcode 0 even when commands in it are failing.
* Remove config.js from setup filesYukai Huang2017-01-132-6/+0
|
* Revert "Rename npm script"bananaappletw2017-01-041-1/+1
| | | | This reverts commit ed83dfc862768572eab0c2aed629b1700ac9e224.
* Remove unnecessary db config of herokubananaappletw2016-12-221-6/+0
|
* Simplify output with sequelize database argumentYukai Huang2016-12-121-29/+2
|
* Fix heroku production db settingYukai Huang2016-12-121-1/+34
|
* Remove bower occurencesYukai Huang2016-12-112-9/+3
|
* Rename npm scriptYukai Huang2016-12-101-1/+1
| | | | | | | webpack scripts are meant to “build” assets, so place them under the same namespace * dev => build:dev * build => build:prod
* Config heroku deploymentYukai Huang2016-10-162-2/+39
|
* Extract config.js from common.js to make client setting file clean and also ↵Wu Cheng-Han2016-10-101-3/+3
| | | | make upgrade easier
* Do not recommend anything in setup scriptYukai Huang2016-10-051-2/+5
|
* Copy config only when file not existYukai Huang2016-10-051-3/+11
|
* Update config descriptionYukai Huang2016-10-051-3/+3
|
* Create bin/setup scriptYukai Huang2016-10-051-0/+41