mastodon/app
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.
2017-05-15 20:20:10 +02:00
..
assets/stylesheets
controllers Feature conversations muting (#3017) 2017-05-15 03:04:13 +02:00
helpers
javascript Introduce common JavaScript file (#2981) 2017-05-15 20:20:10 +02:00
lib Revert HTML CW changes (#3020) 2017-05-13 04:03:43 +02:00
mailers
models Feature conversations muting (#3017) 2017-05-15 03:04:13 +02:00
presenters
services Feature conversations muting (#3017) 2017-05-15 03:04:13 +02:00
validators
views Introduce common JavaScript file (#2981) 2017-05-15 20:20:10 +02:00
workers