Commit 3163992

mokha <mokha@cisco.com>
2018-03-11 00:30:26
add bin/server command.
1 parent 1fb9cb2
Changed files (1)
bin/server
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+if [ ! "$RAILS_ENV" = "production" ] ; then
+  bin/webpack
+fi
+bin/rails server