闭社主体 forked from https://github.com/tootsuite/mastodon
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
344 B

  1. //= require_self
  2. //= require react_ujs
  3. window.React = require('react');
  4. window.ReactDOM = require('react-dom');
  5. window.Perf = require('react-addons-perf');
  6. if (!window.Intl) {
  7. require('intl');
  8. require('intl/locale-data/jsonp/en.js');
  9. }
  10. //= require_tree ./components
  11. window.Mastodon = require('./components/containers/mastodon');