Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Development & Contributing

Pavel Linkesch edited this page Feb 22, 2016 · 4 revisions

If you're a developer and you want to help, I'm very happy to hear that. First of all, go to our issues page, where you'll find list of all the work that needs to be done. Feel free to grab one issue and start working.

Don't know here to start? Try fixing an easy first bug.


The plugin uses Grunt for automating development tasks and Bower for package management. To install all the necessities for development run these commands:

npm install
bower install

These are available Grunt tasks:

  • js: runs jshint, uglify and handlebars
  • css: runs sass, autoprefixer, csso and usebanner
  • test: runs jshint and qunit
  • watch: watches for modifications on script/scss files and runs js/css task

Please, test you're code to your best knowledge, especially if you're adding new features.