git ssb

1+

dinoworm ๐Ÿ› / catstack



Commit c8f38fdc12fc63564d14f8dc103917bdbbfcadcd

prod scripts should now be run in parallel as well

browserify and cpx scripts will take time to finish, but should be fine.
Mikey committed on 1/7/2016, 3:55:22 AM
Parent: 4b1462a0182a814136c0bdf3b47e5a45f12a63f6

Files changed

package.jsonchanged
package.jsonView
@@ -20,9 +20,9 @@
2020 "prod:assets": "cpx \"app/assets/**/*\" build",
2121 "prod:api": "node api",
2222 "prod:static": "node static",
2323 "dev": "NODE_ENV=development npm-run-all -p dev:*",
24- "prod": "NODE_ENV=production npm-run-all -s prod:*"
24+ "prod": "NODE_ENV=production npm-run-all -p prod:*"
2525 },
2626 "repository": {
2727 "type": "git",
2828 "url": "git+https://github.com/enspiral-craftworks/business-stack.git"

Built with git-ssb-web