From 8f4572406c8d885de9fb236ae3fb1c9d4833cbee Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Tue, 19 Mar 2013 15:30:52 -0400 Subject: [PATCH] Build selector.js from built sizzle. Update Sizzle. --- Gruntfile.js | 2 +- src/sizzle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index ddbcc00f2..afa090c3d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -24,7 +24,7 @@ module.exports = function( grunt ) { selector: { destFile: "src/selector-sizzle.js", apiFile: "src/sizzle-jquery.js", - srcFile: "src/sizzle/sizzle.js" + srcFile: "src/sizzle/dist/sizzle.js" }, build: { all:{ diff --git a/src/sizzle b/src/sizzle index 65b2e6c63..4d0daa822 160000 --- a/src/sizzle +++ b/src/sizzle @@ -1 +1 @@ -Subproject commit 65b2e6c63b5895f095d547c6720da4329bf5be31 +Subproject commit 4d0daa822c72a9925c36f777681977841c2e40ec -- 2.39.5