aboutsummaryrefslogtreecommitdiffstats
path: root/Procfile
diff options
context:
space:
mode:
author0Napster2017-10-11 12:03:04 +0200
committerGitHub2017-10-11 12:03:04 +0200
commitbf6d0e38ac7dfd7f99d67169e665384edd047ec0 (patch)
treee08a253483cc17a4ef5623e72e9df084f2217a5e /Procfile
parent98861e13d56403e75aa000d62880dcbc34987a37 (diff)
parent8993eced364551163879dc1735ad7d583fc664ac (diff)
downloadchouette-core-bf6d0e38ac7dfd7f99d67169e665384edd047ec0.tar.bz2
Merge pull request #86 from af83/webpacker
Add webpacker gem and migrate the React apps
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Procfile b/Procfile
new file mode 100644
index 000000000..49e7bf922
--- /dev/null
+++ b/Procfile
@@ -0,0 +1,2 @@
+web: bundle exec rails s
+webpack: bin/webpack --progress --colors --watch \ No newline at end of file