Skip to content

distros/eyecon-bootstrap-slider

Repository files navigation

Eyeron bootstrap-slider

GitHub version Build Status Dependency Status devDependency Status Pull Request Stats Issue Stats
written in JS format Built with gulp Hex.pm
JSPM jQuery Bootstrap

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.

Installation

jspm install eyecon-bootstrap-slider

Building

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

Testing

run the tests through npm (this will run jshint and jasmine)

npm test

About

Repository for the bootstrap-slider from Stefan Petre

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published