Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 547 Bytes

Notes.md

File metadata and controls

29 lines (19 loc) · 547 Bytes

Development notes

How its set up:

  • published via Bower
  • tested via mocha + jsdom (see test/)
  • minified via uglifyjs (see Makefile)
  • clone the site into pages/, which is managed via Makefile

Tests via JSDom:

$ npm install
$ npm test
$ npm run autotest

Set up Github pages:

$ git clone [email protected]:rstacruz/swipeshow.git --branch gh-pages pages
$ make

To regenerate .min.js:

$ make

To bump version:

$ bump jquery.swipeshow.js *.json
# npmjs.org/bump-cli