This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2016-08-24 08:56:44 -07:00
|
|
|
//= require_self
|
|
|
|
//= require react_ujs
|
|
|
|
|
|
|
|
window.React = require('react');
|
|
|
|
window.ReactDOM = require('react-dom');
|
2016-10-07 15:01:22 -07:00
|
|
|
window.Perf = require('react-addons-perf');
|
2016-08-24 08:56:44 -07:00
|
|
|
|
2016-11-17 07:34:36 -08:00
|
|
|
if (!window.Intl) {
|
|
|
|
require('intl');
|
|
|
|
require('intl/locale-data/jsonp/en.js');
|
|
|
|
}
|
|
|
|
|
2016-08-24 08:56:44 -07:00
|
|
|
//= require_tree ./components
|
|
|
|
|
2016-09-19 14:25:59 -07:00
|
|
|
window.Mastodon = require('./components/containers/mastodon');
|