3163992
1fb9cb2
@@ -0,0 +1,6 @@ +#!/bin/sh + +if [ ! "$RAILS_ENV" = "production" ] ; then + bin/webpack +fi +bin/rails server