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/bin
Joël Quenneville 23eea5c5ae Install Yarn dependencies during setup (#1169)
Previously the `bin/setup` script only installed the Ruby dependencies
via Bundler. This is not sufficient to get the test suite to pass. We
also need the JavaScript dependencies.

This commit installs the JavaScript dependencies as part of the
`bin/setup` script via Yarn.

This allows for a successful

    bin/setup && bundle exec rake

on a fresh clone of the repo.
8 years ago
..
bundle Initial commit 9 years ago
rails Upgrade to Rails 5.0.0.1 8 years ago
rake Adding config for puma, dashboard layout, fixing some queries 9 years ago
rspec Add binstub for rspec from rspec-core (#1913) 8 years ago
setup Install Yarn dependencies during setup (#1169) 8 years ago
update Upgrade to Rails 5.0.0.1 8 years ago