Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Compile as much JS with Gulp as possible | 2018-06-13 | -78/+0 | |
| | | | | | | | | | | This will concatenate ALL of our JS, and minify it - thus leaving us with a single file to be loaded. There's a few libraries we can't do this with, unfortunately - these are now added in fouc.js: * Ace Editor * Flatpickr * Font-Awesome | |||
* | Add JavaScript linting | 2018-06-13 | -24/+24 | |
| | ||||
* | Fix countdown text | 2018-03-23 | -1/+1 | |
| | ||||
* | Prevent countdown popup from suddenly expanding on load, and add a small ↵ | 2018-03-21 | -1/+2 | |
| | | | | piece of text about dismissing it | |||
* | Reformat message arg for UIkit notification | 2018-03-21 | -7/+7 | |
| | ||||
* | Rewrite countdown; Now a notification present on all pages | 2018-03-21 | -43/+76 | |
| | ||||
* | Countdown | 2018-03-21 | -8/+2 | |
| | ||||
* | Update countdown.js | 2018-03-21 | -2/+2 | |
| | ||||
* | Added a Code Jam Countdown (#1eevq) (#43) | 2018-03-21 | -0/+50 | |
* added countdown * updated jam dates * added test * flake8 * flake8 (i did it on wrong file) |