Clean up and organize JS files

Issue #157 new
Igor Santos created an issue

The orgiinal theme came with a lot of unused JS. Many things are packaged in the theme.js file and related scripts, but they were copied all over several blade templates.

  • [x] That JS file should be cleaned up
  • [x] unused plugins should be removed
  • [o] JS inside templates should be cleaned up and, if possible, unified
  • [ ] the final scripts should be compressed into one file, taking advantage of Gulp and CDNs for library files whenever possible

Comments (6)

  1. Igor Santos reporter

    Removing several unused plugins that came bundled with the theme, such as Waypoints, animations, superfish menu, prettyPhoto, countdown and carousel. refs #157

    → <<cset d75150d93c44>>

  2. Igor Santos reporter

    removing more unused JS: isotope, scroll helpers (that actually created bugs in the page), bootstrap-select, and unused refrsh/resize helpers. refs #157

    → <<cset 277a0d396199>>

  3. Log in to comment