diff --git a/static/js/libs/jquery/README.jquery b/static/js/libs/jquery/README.jquery new file mode 100644 index 00000000..d1031405 --- /dev/null +++ b/static/js/libs/jquery/README.jquery @@ -0,0 +1,11 @@ +We use a custom build of jquery to reduce size. + +$ git clone git://github.com/jquery/jquery.git +$ cd jquery +$ git checkout 2.1.1 +$ npm install +$ grunt custom:-ajax,-ajax/script,-ajax/jsonp,-ajax/load,-ajax/parseJSON,-ajax/parseXML,-ajax/script,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-deprecated,-effects,-effects/Tween,-effects/animatedSelector,-event-alias,-offset + +Make sure that you update all three generated files. Minified, +non minified and the map. +