aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Procfile2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 43b6b8434..ed0050afa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,6 +34,7 @@ bin/
# Ignore uploaded files
/public/uploads
+/public/packs
# Ignore node modules
/node_modules
diff --git a/Procfile b/Procfile
index 4a1c679d0..49e7bf922 100644
--- a/Procfile
+++ b/Procfile
@@ -1,2 +1,2 @@
web: bundle exec rails s
-webpacker: bin/webpack-dev-server \ No newline at end of file
+webpack: bin/webpack --progress --colors --watch \ No newline at end of file