~cytrogen/masto-fe

ref: 370a666d27638530fbf51007d1defc2f883a0b62 masto-fe/app/javascript/flavours/glitch/packs/login.js -rw-r--r-- 206 bytes
370a666d — vyxen [feature] Nicer login.html page, with cute styling + link to source code (#19) 1 year, 6 days ago
                                                                                
1
2
3
4
5
6
7
8
import 'packs/public-path';
import { start } from '@rails/ujs';
import 'flavours/glitch/styles/login.scss';

start();

//  This ensures that webpack compiles our images.
require.context('../images', true);