Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-14 | Upgrade webpack to version v4.x (#6655) | Yamagishi Kazutoshi | |
2018-03-04 | Do not require images in about.js and share.js (#6622) | Akihiko Odaki | |
They are already required by common.js. | |||
2017-10-07 | Redesign public hashtag pages (#5237) | Eugen Rochko | |
2017-07-18 | Require any modules after loading polyfill in entry points (#4231) | Akihiko Odaki | |
app/javascript/mastodon/main.js delayed the execution of modules, but other entry points didn't. That leads to failure in executing modules, which requires those polyfills. Strictly enforce the rule to require any modules after loading polyfill in entry points. | |||
2017-07-14 | Do not load unnecessary script files (#4193) | Yamagishi Kazutoshi | |