From ced5e9037a8a1d7306fa6c735ba7f314022c3289 Mon Sep 17 00:00:00 2001 From: jaubourg Date: Fri, 13 Jul 2012 09:44:21 +0200 Subject: 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. --- grunt.js | 1 + 1 file changed, 1 insertion(+) (limited to 'grunt.js') 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"] }, -- cgit v1.2.3