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/app/javascript
Akihiko Odaki 85c9496340 Introduce common JavaScript file (#2981)
* Create common chunk rather than vendor chunk

vendor chunk is a set of modules provided by external vendors, but now we
can have a chunk as a set of modules shared by multiple entry points,
which could be more efficent than having vendor chunk.

* Start rails-ujs in common.js

This is used by /settings/two_factor_authentication.
8 years ago
..
fonts Fix local fonts and change font-face values (#2877) 8 years ago
images Remove unnecessary .keep files (#2976) 8 years ago
mastodon Introduce common JavaScript file (#2981) 8 years ago
packs Introduce common JavaScript file (#2981) 8 years ago
styles Fix style regressions (#3062) 8 years ago