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 Replace sprockets/browserify with Webpack (#2617) 2017-05-03 02:04:16 +02:00
controllers Feature conversations muting (#3017) 2017-05-15 03:04:13 +02:00
helpers Add Thai langauge (#2903) 2017-05-08 15:56:00 +02:00
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 Remove unnecessary .keep files (#2976) 2017-05-11 01:45:42 +02:00
models Feature conversations muting (#3017) 2017-05-15 03:04:13 +02:00
presenters Bump version, improve how version is stored for better commit history (#2526) 2017-04-27 15:22:19 +02:00
services Feature conversations muting (#3017) 2017-05-15 03:04:13 +02:00
validators Stricter whitelist rules (#2213) 2017-04-26 01:22:51 +02:00
views Introduce common JavaScript file (#2981) 2017-05-15 20:20:10 +02:00
workers Do not cancel PuSH subscriptions after encountering "permanent" error… (#3046) 2017-05-14 03:22:48 +02:00