aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorjaubourg <j@ubourg.net>2012-07-13 09:44:21 +0200
committerjaubourg <j@ubourg.net>2012-07-13 09:47:43 +0200
commitced5e9037a8a1d7306fa6c735ba7f314022c3289 (patch)
tree301dd7b557377aa924959132045977c67a77f838 /grunt.js
parentc29660c5936b76787c4a864d8188b325bc81a81f (diff)
downloadjquery-ced5e9037a8a1d7306fa6c735ba7f314022c3289.tar.gz
jquery-ced5e9037a8a1d7306fa6c735ba7f314022c3289.zip
Extracts the serialization code from the ajax module so that alternative ajax implementations can use it without the need for the whole ajax module to be included in the build.
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/grunt.js b/grunt.js
index a4e99a3c5..39f999c2f 100644
--- a/grunt.js
+++ b/grunt.js
@@ -67,6 +67,7 @@ module.exports = function( grunt ) {
{ flag: "deprecated", src: "src/deprecated.js" },
{ flag: "css", src: "src/css.js" },
+ "src/serialize.js",
{ flag: "ajax", src: "src/ajax.js" },
{ flag: "ajax/jsonp", src: "src/ajax/jsonp.js", needs: [ "ajax", "ajax/script" ] },
{ flag: "ajax/script", src: "src/ajax/script.js", needs: ["ajax"] },