summaryrefslogtreecommitdiff
path: root/config/node.go
AgeCommit message (Expand)AuthorFilesLines
2018-12-10Use JSON as canonical config formatTyler Cipriani1-2/+2
2018-09-17Install `node_modules` to application directoryDan Duvall1-19/+12
2018-08-14Refactor builder to support file requirements and run pre-installDan Duvall1-3/+3
2018-08-09Makefile lint rule now tests gofmt output and runs go vet correctlyDan Duvall1-1/+1
2018-07-31Change import paths from Phabricator to GerritDan Duvall1-1/+1
2018-05-20Refactor config for node app dependenciesDan Duvall1-14/+16
2017-11-07Validate configuration after unmarshallingDan Duvall1-2/+2
2017-11-06Documented all exported types, functions, and interfacesDan Duvall1-2/+29
2017-09-14Use import paths without `.git` suffixDan Duvall1-1/+1
2017-09-07Add shared lib node module bins to PATHDan Duvall1-1/+2
2017-09-07Define `NODE_ENV` and always define `NODE_PATH`Dan Duvall1-0/+52