Bower support, AMD, and separate Modernizr file
Shuffle can now be installed via bower.
bower install shufflejs
It now also supports AMD. To accomplish this and to make it easier to include Shuffle with other components, Modernizr has been separated into a separate file. This allows you keep Modernizr in the <head>
to prevent FOUT. There is now jquery.shuffle.modernizr.js
inside the dist/
folder, which includes the custom version of Modernizr as before. The custom modernizr build is also in the dist/
folder if you'd like to use it.
This closes #15.