Update banner

pull/56/head
Glen Cheney 10 years ago
parent e94747bd84
commit b786120e69

2
.gitignore vendored

@ -1,6 +1,6 @@
node_modules
.DS_Store
_site
.sass_cache
.sass-cache
*.scssc
temp

@ -3,13 +3,10 @@ module.exports = function(grunt) {
var banner = [
'/*!',
' * jQuery Shuffle Plugin',
' * Uses CSS Transforms to filter down a grid of items.',
' * Dependencies: jQuery 1.9+, Modernizr 2.6.2.',
' * Inspired by Isotope http://isotope.metafizzy.co/',
' * Modified 2014-03-08',
' * Shuffle.js by @Vestride',
' * Categorize, sort, and filter a responsive grid of items.',
' * Dependencies: jQuery 1.9+, Modernizr 2.6.2+',
' * @license MIT license',
' * @author Glen Cheney <cheney.glen@gmail.com>',
' * @version <%= pkg.version %>',
' */\n'
].join('\n');

@ -1,11 +1,8 @@
/*!
* jQuery Shuffle Plugin
* Uses CSS Transforms to filter down a grid of items.
* Dependencies: jQuery 1.9+, Modernizr 2.6.2.
* Inspired by Isotope http://isotope.metafizzy.co/
* Modified 2014-03-08
* Shuffle.js by @Vestride
* Categorize, sort, and filter a responsive grid of items.
* Dependencies: jQuery 1.9+, Modernizr 2.6.2+
* @license MIT license
* @author Glen Cheney <cheney.glen@gmail.com>
* @version 2.0.6
*/
(function (factory) {

File diff suppressed because one or more lines are too long

@ -1,11 +1,8 @@
/*!
* jQuery Shuffle Plugin
* Uses CSS Transforms to filter down a grid of items.
* Dependencies: jQuery 1.9+, Modernizr 2.6.2.
* Inspired by Isotope http://isotope.metafizzy.co/
* Modified 2014-03-08
* Shuffle.js by @Vestride
* Categorize, sort, and filter a responsive grid of items.
* Dependencies: jQuery 1.9+, Modernizr 2.6.2+
* @license MIT license
* @author Glen Cheney <cheney.glen@gmail.com>
* @version 2.0.6
*/

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save