Skip to content

Commit

Permalink
Merge branch '1.9-stable' of https://github.com/jquery/jquery into bu…
Browse files Browse the repository at this point in the history
…g_12199
  • Loading branch information
bjohn465 committed Mar 20, 2013
2 parents a9d484c + ab5b0ff commit c483b8f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Expand Up @@ -24,7 +24,7 @@ module.exports = function( grunt ) {
selector: {
destFile: "src/selector.js",
apiFile: "src/sizzle-jquery.js",
srcFile: "src/sizzle/sizzle.js"
srcFile: "src/sizzle/dist/sizzle.js"
},
build: {
all:{
Expand Down Expand Up @@ -489,7 +489,7 @@ module.exports = function( grunt ) {
grunt.loadNpmTasks("grunt-contrib-uglify");

// Default grunt
grunt.registerTask( "default", [ "update_submodules", "selector", "build:*:*", "jshint", "uglify", "dist:*" ] );
grunt.registerTask( "default", [ "update_submodules", "selector", "build:*:*", "jshint", "uglify", "dist:*", "compare_size" ] );

// Short list as a high frequency watch task
grunt.registerTask( "dev", [ "selector", "build:*:*", "jshint" ] );
Expand Down
2 changes: 1 addition & 1 deletion MIT-LICENSE.txt
@@ -1,4 +1,4 @@
Copyright 2012 jQuery Foundation and other contributors
Copyright 2013 jQuery Foundation and other contributors
http://jquery.com/

Permission is hereby granted, free of charge, to any person obtaining
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -23,13 +23,13 @@
],
"dependencies": {},
"devDependencies": {
"grunt-compare-size": "0.3.1",
"grunt-git-authors": "1.0.0",
"grunt-compare-size": "~0.4.0",
"grunt-git-authors": "1.2.0",
"grunt-update-submodules": "0.2.0",
"grunt-contrib-watch": "0.1.4",
"grunt-contrib-watch": "0.3.1",
"grunt-contrib-jshint": "0.1.1rc6",
"grunt-contrib-uglify": "0.1.1rc6",
"grunt": "0.4.0rc5",
"grunt-contrib-uglify": "0.1.2",
"grunt": "0.4.1",
"testswarm": "0.2.2"
},
"keywords": []
Expand Down
2 changes: 1 addition & 1 deletion src/sizzle

0 comments on commit c483b8f

Please sign in to comment.