Combining JS and CSS

Viewing 2 posts - 1 through 2 (of 2 total)
  • #22735
    psychobreak
    Participant

    Hello,

    Is it possible to combine all JS without having problems?

    pinboard/scripts/jquery.infinitescroll.js
    pinboard/scripts/jquery.fitvids.js
    pinboard/scripts/jquery.flexslider-min.js
    pinboard/scripts/ios-orientationchange-fix.js

    Also it it possible to combine all CSS without having problems?

    pinboard/styles/mediaelementplayer.css
    pinboard/styles/mediaelementplayer.css

    Thanks,

    #22736
    Daniel Tara
    Keymaster

    For everything that’s prefixed with jquery make sure the jQuery script is inserted before them (even if in the same file). CSS is fine to combine.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.