Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concatenated all JS into a single file #624

Merged
merged 1 commit into from
Oct 20, 2019

Commits on Oct 20, 2019

  1. Concatenated all JS into a single file

    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
    kevinansfield committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    16d4749 View commit details
    Browse the repository at this point in the history