diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b05d131..fb376de2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Admins can now provide custom password for new users and update passwords for existing users on the Users page. +- The `bin/dev` file will no longer run `bin/rails tailwindcss:watch` command. It's useful only for development and doesn't really make sense to run it in production. ### Fixed diff --git a/Procfile.dev b/Procfile.dev index 66c45582..e6096674 100644 --- a/Procfile.dev +++ b/Procfile.dev @@ -1,2 +1 @@ web: bin/rails server -p 3000 -b 0.0.0.0 -css: bin/rails tailwindcss:watch