Commit Graph

5 Commits

Author SHA1 Message Date
91ed758fc9 **update** minor changes for tag page 2022-12-15 14:47:29 +01:00
b7bbd91565 **update** pre543 2022-12-15 13:38:09 +00:00
3c2814775b **update** merged with origin 2022-12-12 10:31:35 +01:00
1572dda395 Updated 2022-12-12 09:23:27 +00:00
Kevin Ansfield
978ffe0eb6
Concatenated all JS into a single file (#624)
no issue

- moved large inline JS from templates into separate JS files
  - floating header
  - gallery card support
- use `gulp-concat` to concatenate all JS files into a single `built/casper.js` file
- reduces external JS file requests from 3 (jquery, infinite-scroll.js, jquery.fitvids.js) down to 2 (jquery, casper.js) and reduces page size by removing repeated inline code
2019-10-20 15:55:06 +02:00