parent
584b45530c
commit
42eb841dc2
5 changed files with 53 additions and 56 deletions
|
@ -1,6 +1,7 @@
|
|||
import Mastodon from 'mastodon/containers/mastodon';
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import Rails from 'rails-ujs';
|
||||
import 'font-awesome/css/font-awesome.css';
|
||||
import '../styles/application.scss';
|
||||
|
||||
|
@ -9,10 +10,10 @@ if (!window.Intl) {
|
|||
require('intl/locale-data/jsonp/en.js');
|
||||
}
|
||||
|
||||
window.jQuery = window.$ = require('jquery');
|
||||
window.Perf = require('react-addons-perf');
|
||||
|
||||
require('jquery-ujs');
|
||||
Rails.start();
|
||||
|
||||
require.context('../images/', true);
|
||||
|
||||
const customContext = require.context('../../assets/stylesheets/', false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue