aboutsummaryrefslogtreecommitdiffstats
path: root/Procfile
diff options
context:
space:
mode:
authorGuillaume2017-10-10 16:07:16 +0200
committerGuillaume2017-10-10 16:07:16 +0200
commit8993eced364551163879dc1735ad7d583fc664ac (patch)
treeffaf427ee64b0f7d5a97314ce22b4bc2c1f70db9 /Procfile
parent0925adcbc4aa4d8dc0b9984fb57494bb6de18c33 (diff)
downloadchouette-core-8993eced364551163879dc1735ad7d583fc664ac.tar.bz2
add webpack watch mod, ignore public build build
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
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