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