Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 709 Bytes

NOTES.md

File metadata and controls

42 lines (27 loc) · 709 Bytes

Development notes

Version bumping

Edit the following files:

  • lib/jquery-turbolinks/version.rb
  • package.json
  • src/jquery.turbolinks.coffee

Updating .js files

Update the .js files from the source CoffeeScript file using: (do this before releasing)

$ rake build

Testing

Simply use npm/mocha:

$ npm install
$ npm test

Or:

$ rake test

Releasing new versions

Release it into npm/rubygems using:

$ rake release:all