Swiper Website

Swiper's website to use these docs offline

http://idangero.us/swiper/

Gulp

Run npm install under root dir to install npm packages. And then, you can use gulp to compile less and jade files, read more about Gulp.

gulp tasks list

  • gulp server: run website on local server
  • gulp jade: build jade files to html
  • gulp less: build less files to css
  • gulp build: build both jade and less files

Contributing

All HTML and CSS changes should be commited to src/ files only!