diff options
| author | Guillaume | 2017-10-10 16:07:16 +0200 |
|---|---|---|
| committer | Guillaume | 2017-10-10 16:07:16 +0200 |
| commit | 8993eced364551163879dc1735ad7d583fc664ac (patch) | |
| tree | ffaf427ee64b0f7d5a97314ce22b4bc2c1f70db9 | |
| parent | 0925adcbc4aa4d8dc0b9984fb57494bb6de18c33 (diff) | |
| download | chouette-core-8993eced364551163879dc1735ad7d583fc664ac.tar.bz2 | |
add webpack watch mod, ignore public build build
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Procfile | 2 |
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 @@ -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 |
