jquery.skeleton
v0.7.1
Published
A skeleton for a jquery plugin with BusterJS for testing and Google Closure Compiler for minification.
Downloads
13
Readme
jquery.skeleton
A skeleton for a jquery plugin with BusterJS for testing and Google Closure Compiler for minification.
Getting started
- Download or fork and clone the repository.
- In case of a fork, you would probably like to rename the project on Github.
- Make sure your project matches the naming convention of jQuery: jquery.your-project-name.
- Adjust the package.json according to your needs.
npm install
node_modules/.bin/buster-server
- Point your server to http://localhost:1111 and capture your browser.
npm test
- Start coding :)
License
Hereby place under MIT license.