The code powering m.abunchtell.com https://m.abunchtell.com
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

13 行
219 B

  1. import Rails from 'rails-ujs';
  2. export function start() {
  3. require('font-awesome/css/font-awesome.css');
  4. require.context('../images/', true);
  5. try {
  6. Rails.start();
  7. } catch (e) {
  8. // If called twice
  9. }
  10. };