generator-fe-kit
Version:
Pixelant Front-End Starter Kit
37 lines (27 loc) • 1.59 kB
JavaScript
// Components
// Swiper
//==============================================================================
@import "../bower_components/swiper/dist/js/swiper.jquery.js";
//==============================================================================
// Jquery dot dot dot
//==============================================================================
@import '../bower_components/jQuery.dotdotdot/src/jquery.dotdotdot.js';
//==============================================================================
// Ultra lightweight, usable, beautiful autocomplete with zero dependencies.
// http://leaverou.github.io/awesomplete/
//==============================================================================
@import '../bower_components/awesomplete/awesomplete.js';
//==============================================================================
// Simplelightbox
// Touch-friendly image lightbox for mobile and desktop with jQuery
// https://github.com/andreknieriem/simplelightbox
//==============================================================================
@import '../bower_components/simplelightbox/dist/simple-lightbox.js';
//==============================================================================
// Parallax
// JavaScript parallax scrolling
// https://github.com/nk-o/jarallax
//==============================================================================
@import '../bower_components/jarallax/jarallax/jarallax.js';
@import '../bower_components/jarallax/jarallax/jarallax-video.js';
//==============================================================================