discourse/bin
Martin Brennan 93d7abe372
FIX: Automatically recover from bad sprockets cache in development (#8364)
We were having issues in development mode where the JS code had errors due to a bad cache. When starting a server in development mode in bin/unicorn we now get the git sha of the discourse HEAD and get a git sha of all plugins, and store them in a file. If the sha has changed then we delete tmp/cache to refresh the assets cache.
2019-11-19 09:15:09 +10:00
..
docker FEATURE: allow publishing docker dev either locally or net wide 2019-11-04 12:51:35 +11:00
bundle DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
notify_file_change DEV: support symlinked plugins in bin/rake autospec 2019-05-03 13:51:07 +10:00
rails DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
rake DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
rspec DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
turbo_rspec DEV: support --fail-fast in bin/turbo_rspec (#8170) 2019-10-09 09:40:06 -05:00
unicorn FIX: Automatically recover from bad sprockets cache in development (#8364) 2019-11-19 09:15:09 +10:00