2016-08-25 01:56:44 +10:00
|
|
|
//= require_self
|
|
|
|
//= require react_ujs
|
|
|
|
|
|
|
|
window.React = require('react');
|
|
|
|
window.ReactDOM = require('react-dom');
|
2016-10-08 09:01:22 +11:00
|
|
|
window.Perf = require('react-addons-perf');
|
2016-08-25 01:56:44 +10:00
|
|
|
|
2016-11-18 02:34:36 +11:00
|
|
|
if (!window.Intl) {
|
|
|
|
require('intl');
|
|
|
|
require('intl/locale-data/jsonp/en.js');
|
|
|
|
}
|
|
|
|
|
2016-08-25 01:56:44 +10:00
|
|
|
//= require_tree ./components
|
|
|
|
|
2016-09-20 07:25:59 +10:00
|
|
|
window.Mastodon = require('./components/containers/mastodon');
|