Repository for the bootstrap-slider from Stefan Petre (eyecon.ro)
This is a jquery plugin that implements a slider that works well with bootstrap themes.
This package includes gulp tasks to uglify the source css and to compile the less files.
jspm install eyecon-bootstrap-slider
The source files are located in the src
folder,
building the source files will generate optimized files in the dist
folder.
Run an npm install to download the needed dependencies for building:
npm install
Build js:
gulp js
Build css:
gulp less
Build minified css:
gulp less-prod
To build everything at once use:
gulp build
run the tests through npm (this will run jshint and jasmine)
npm test