diff options
author | jaubourg <j@ubourg.net> | 2012-07-13 09:44:21 +0200 |
---|---|---|
committer | jaubourg <j@ubourg.net> | 2012-07-13 09:47:43 +0200 |
commit | ced5e9037a8a1d7306fa6c735ba7f314022c3289 (patch) | |
tree | 301dd7b557377aa924959132045977c67a77f838 /grunt.js | |
parent | c29660c5936b76787c4a864d8188b325bc81a81f (diff) | |
download | jquery-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.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] }, |