You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/config
aschmitz 2076c557c9 Configure webpack to poll for changes in development (#5040)
* Configure webpack to poll for changes in development

Vagrant on Linux/macOS hosts shared files via NFS, which doens't
support inotify-based watching of files. This tweak makes webpack
check for changes every second, and rebuild if necessary. This
removes the need to restart Foreman every time a frontend file
changes. Note that rebuilding is still a relatively lengthy
process.

The polling frequency can be changed to taste.

* Only poll in Vagrant

This tests for the presence of the VAGRANT environment variable to
determine whether or not we're in Vagrant. It is set in .env.vagrant,
which is set up to be included in the Vagrantfile.
7 years ago
..
environments Replace self-rolled statsd instrumention with localshred/nsa (#5118) 7 years ago
initializers Fix Paperclip::Fog always responds Not Found in OpenStack-v2 like ConoHa (#5155) 7 years ago
locales Add missing Japanese translations (#5193) 7 years ago
webpack Configure webpack to poll for changes in development (#5040) 7 years ago
application.rb Revert unique retry job (#4937) 7 years ago
boot.rb
brakeman.ignore Update status embeds (#4742) 7 years ago
database.yml fix unnecessary variable (#3947) 7 years ago
deploy.rb Update Capistrano lock version in config/deploy.rb (#4352) 7 years ago
environment.rb Make PreviewCard records reuseable between statuses (#4642) 7 years ago
i18n-tasks.yml Generate 500.html with assets:precompile, remove loading from Google Fonts (#5067) 7 years ago
navigation.rb Admin interface for listing, adding and removing custom emojis (#5002) 7 years ago
puma.rb
routes.rb Fix #5104 - GET /api/v1/apps/verify_credentials to confirm app works (#5112) 7 years ago
secrets.yml
settings.yml Add support for multiple themes (#4959) 7 years ago
sidekiq.yml Randomize sidekiq-scheduler cron schedule (#4980) 7 years ago
themes.yml Add support for multiple themes (#4959) 7 years ago
webpacker.yml Upgrade Webpacker to version 3.0.1 (#5122) 7 years ago