From bd85f4893ab8386b5be3c1dcb1a83ef210793999 Mon Sep 17 00:00:00 2001 From: Jasper de Groot Date: Fri, 20 Dec 2013 00:42:11 +0100 Subject: [PATCH 01/22] 1.3.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 31835c97..892ec404 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "api.jquerymobile.com", "title": "jQuery Mobile API Docs", "description": "API reference documentation for jQuery Mobile.", - "version": "1.3.3", + "version": "1.3.4", "homepage": "https://github.comom/jquery/api.jquerymobile.com", "author": "jQuery Foundation (http://jquery.org/)", "repository": { From 056f48a0ae599ed4427463132aeaf5ec35f2d8e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Tue, 31 Dec 2013 09:51:08 -0500 Subject: [PATCH 02/22] Docs: Removed IRC channel links in CONTRIBUTING.md GitHub doesn't support links with the irc protocol, so these were dead links. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 630bbc3d..d6d55695 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,4 +2,4 @@ Welcome! Thanks for your interest in contributing to api.jquerymobile.com. You'r You may also want to take a look at our [commit & pull request guide](http://contribute.jquery.org/commits-and-pull-requests/) and [style guides](http://contribute.jquery.org/style-guide/) for instructions on how to maintain your fork and submit your code. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](http://contribute.jquery.org/cla). -You can find us on [IRC](http://irc.jquery.org), specifically in [#jquerymobile-dev](irc://irc.freenode.net/#jquerymobile-dev) and [#jquery-content](irc://irc.freenode.net/#jquery-content) should you have any questions. If you've never contributed to open source before, we've put together [a short guide with tips, tricks, and ideas on getting started](http://contribute.jquery.org/open-source/). +You can find us on [IRC](http://irc.jquery.org), specifically in #jqueryui-dev and #jquery-content should you have any questions. If you've never contributed to open source before, we've put together [a short guide with tips, tricks, and ideas on getting started](http://contribute.jquery.org/open-source/). From e4542ae0396b47a598b6b49b1c731fcdc12b5335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 6 Jan 2014 13:35:45 -0500 Subject: [PATCH 03/22] Build: Upgrade to grunt-jquery-content 0.11.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 892ec404..be5ad2f1 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "grunt": "0.3.17", "grunt-clean": "0.3.0", "grunt-wordpress": "1.0.7", - "grunt-jquery-content": "0.10.4", + "grunt-jquery-content": "0.11.0", "grunt-check-modules": "0.1.0", "grunt-contrib-watch": "0.1.4" }, From 0afabb89abb9322fc8b2ab630b722aff64213fc5 Mon Sep 17 00:00:00 2001 From: Anne-Gaelle Colom Date: Tue, 21 Jan 2014 20:45:56 +0000 Subject: [PATCH 04/22] 1.3.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be5ad2f1..0fd11c9b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "api.jquerymobile.com", "title": "jQuery Mobile API Docs", "description": "API reference documentation for jQuery Mobile.", - "version": "1.3.4", + "version": "1.3.5", "homepage": "https://github.comom/jquery/api.jquerymobile.com", "author": "jQuery Foundation (http://jquery.org/)", "repository": { From f10bf3ffef8e37c76497aa65f90aefbb92ab740e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 14 Apr 2014 11:21:06 -0400 Subject: [PATCH 05/22] Build: Normalize line endings --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..b7ca95b5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# JS files must always use LF for tools to work +*.js eol=lf From d86d591cd2c2ee118fef752209d76dc048562db4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Sat, 13 Sep 2014 16:21:25 -0500 Subject: [PATCH 06/22] Build: Upgrade to grunt-wordpress 1.1.0 and grunt-jquery-content 0.12.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0fd11c9b..a8eb5e3c 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ "dependencies": { "grunt": "0.3.17", "grunt-clean": "0.3.0", - "grunt-wordpress": "1.0.7", - "grunt-jquery-content": "0.11.0", + "grunt-wordpress": "1.1.0", + "grunt-jquery-content": "0.12.1", "grunt-check-modules": "0.1.0", "grunt-contrib-watch": "0.1.4" }, From 5a600b6c262b6fb24bb349b16c08772cc854b5f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Wed, 24 Sep 2014 16:26:01 -0400 Subject: [PATCH 07/22] 1.3.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a8eb5e3c..eec039ab 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "api.jquerymobile.com", "title": "jQuery Mobile API Docs", "description": "API reference documentation for jQuery Mobile.", - "version": "1.3.5", + "version": "1.3.6", "homepage": "https://github.comom/jquery/api.jquerymobile.com", "author": "jQuery Foundation (http://jquery.org/)", "repository": { From 0e8feb022c353f9c0afa8c38b1a4f785567463cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Tue, 30 Sep 2014 15:18:21 -0400 Subject: [PATCH 08/22] Build: Upgrade to grunt-wordpress 1.2.1 and grunt-jquery-content 0.13.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index eec039ab..ebb57806 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ "dependencies": { "grunt": "0.3.17", "grunt-clean": "0.3.0", - "grunt-wordpress": "1.1.0", - "grunt-jquery-content": "0.12.1", + "grunt-wordpress": "1.2.1", + "grunt-jquery-content": "0.13.0", "grunt-check-modules": "0.1.0", "grunt-contrib-watch": "0.1.4" }, From 178835da6e89d59d1e8d9bde869fcc2415e98730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Tue, 30 Sep 2014 15:18:23 -0400 Subject: [PATCH 09/22] 1.3.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ebb57806..7f28affc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "api.jquerymobile.com", "title": "jQuery Mobile API Docs", "description": "API reference documentation for jQuery Mobile.", - "version": "1.3.6", + "version": "1.3.7", "homepage": "https://github.comom/jquery/api.jquerymobile.com", "author": "jQuery Foundation (http://jquery.org/)", "repository": { From adea4c496657ca23f3450b0a8d87af43ba2e4c25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Tue, 2 Dec 2014 15:44:06 -0500 Subject: [PATCH 10/22] Build: Replace grunt-clean with rimraf (cherry picked from commit dd1706972740cdc9ddaea39e57ae30d5fab4c5fa) --- grunt.js | 10 ++++++---- package.json | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/grunt.js b/grunt.js index cd4af15f..04954f15 100644 --- a/grunt.js +++ b/grunt.js @@ -1,3 +1,5 @@ +var rimraf = require( "rimraf" ); + /*jshint node:true */ module.exports = function( grunt ) { @@ -5,15 +7,11 @@ module.exports = function( grunt ) { var entryFiles = grunt.file.expandFiles( "entries/*.xml" ); -grunt.loadNpmTasks( "grunt-clean" ); grunt.loadNpmTasks( "grunt-wordpress" ); grunt.loadNpmTasks( "grunt-jquery-content" ); grunt.loadNpmTasks( "grunt-check-modules" ); grunt.initConfig({ - clean: { - folder: "dist" - }, lint: { grunt: "grunt.js" }, @@ -46,6 +44,10 @@ grunt.initConfig({ } }); +grunt.registerTask( "clean", function() { + rimraf.sync( "dist" ); +}); + grunt.registerTask( "default", "build-wordpress" ); grunt.registerTask( "build", "build-pages build-xml-entries build-xml-categories build-xml-full build-resources" ); grunt.registerTask( "build-wordpress", "check-modules clean lint xmllint build" ); diff --git a/package.json b/package.json index 7f28affc..a5335920 100644 --- a/package.json +++ b/package.json @@ -20,11 +20,11 @@ ], "dependencies": { "grunt": "0.3.17", - "grunt-clean": "0.3.0", "grunt-wordpress": "1.2.1", "grunt-jquery-content": "0.13.0", "grunt-check-modules": "0.1.0", - "grunt-contrib-watch": "0.1.4" + "grunt-contrib-watch": "0.1.4", + "rimraf": "2.2.8" }, "devDependencies": {}, "keywords": [], From 290da8afb716536b3196be93d123972374c4e63d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Tue, 2 Dec 2014 15:45:09 -0500 Subject: [PATCH 11/22] Build: Remove unused tasks (cherry picked from commit a8dc5d00b82be048974a9ae520bc811993da8838) Conflicts: grunt.js --- grunt.js | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/grunt.js b/grunt.js index 04954f15..3d2168f1 100644 --- a/grunt.js +++ b/grunt.js @@ -1,26 +1,17 @@ var rimraf = require( "rimraf" ); -/*jshint node:true */ module.exports = function( grunt ) { -"use strict"; - var entryFiles = grunt.file.expandFiles( "entries/*.xml" ); -grunt.loadNpmTasks( "grunt-wordpress" ); -grunt.loadNpmTasks( "grunt-jquery-content" ); grunt.loadNpmTasks( "grunt-check-modules" ); +grunt.loadNpmTasks( "grunt-jquery-content" ); +grunt.loadNpmTasks( "grunt-wordpress" ); grunt.initConfig({ - lint: { - grunt: "grunt.js" - }, xmllint: { all: [].concat( entryFiles, "categories.xml", "entries2html.xsl" ) }, - xmltidy: { - all: [].concat( entryFiles, "categories.xml" ) - }, "build-pages": { all: grunt.file.expandFiles( "pages/**" ) }, @@ -32,25 +23,14 @@ grunt.initConfig({ }, wordpress: grunt.utils._.extend({ dir: "dist/wordpress" - }, grunt.file.readJSON( "config.json" ) ), - watch: { - scripts: { - files: 'entries/*.xml', - tasks: ['build'], - options: { - interrupt: true - } - } - } + }, grunt.file.readJSON( "config.json" ) ) }); grunt.registerTask( "clean", function() { rimraf.sync( "dist" ); }); -grunt.registerTask( "default", "build-wordpress" ); grunt.registerTask( "build", "build-pages build-xml-entries build-xml-categories build-xml-full build-resources" ); -grunt.registerTask( "build-wordpress", "check-modules clean lint xmllint build" ); -grunt.registerTask( "tidy", "xmllint xmltidy" ); +grunt.registerTask( "build-wordpress", "check-modules clean xmllint build" ); }; From f7d2db8e3c609c0300e3241fd2c84825b2018bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Tue, 2 Dec 2014 15:45:29 -0500 Subject: [PATCH 12/22] Build: Remove dates from copyright notice (cherry picked from commit 9f50b6f96b765e48d1839e73f16093c06a9d0966) Conflicts: LICENSE-MIT.txt --- LICENSE-MIT.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE-MIT.txt b/LICENSE-MIT.txt index 8c920551..ccfcfebe 100644 --- a/LICENSE-MIT.txt +++ b/LICENSE-MIT.txt @@ -1,4 +1,4 @@ -Copyright (c) 2013 jQuery Foundation, https://jquery.org/ +Copyright jQuery Foundation and other contributors, https://jquery.org/ This software consists of voluntary contributions made by many individuals. For exact contribution history, see the revision history From 22c9c855ea28b96633429fe41b0a54cc23c9ac02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Tue, 2 Dec 2014 15:46:00 -0500 Subject: [PATCH 13/22] README: Cleanup (cherry picked from commit 0538c9b06624d3a39df9e4ee7979ddf5f2f638ea) --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index de73f94d..c5288026 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,12 @@ -api.jquerymobile.com -==================== +# api.jquerymobile.com -## Building +## Building and Deploying -### Requirements -* libxml2 -* libxslt - -The `xmllint` and `xsltproc` utilities need to be in your path. If you are on Windows, you can get libxml2 and libxslt from GnuWin32. +To build and deploy your changes for previewing in a [`jquery-wp-content`](https://github.com/jquery/jquery-wp-content) instance, follow the [workflow instructions](http://contribute.jquery.org/web-sites/#workflow) from our documentation on [contributing to jQuery Foundation web sites](http://contribute.jquery.org/web-sites/). -### Build +### Requirements -To build and deploy your changes for previewing in a [`jquery-wp-content`](https://github.com/jquery/jquery-wp-content) instance, follow the [workflow instructions](http://contribute.jquery.org/web-sites/#workflow) from our documentation on [contributing to jQuery Foundation web sites](http://contribute.jquery.org/web-sites/). +* [libxml2](http://xmlsoft.org/) +* [libxslt](http://xmlsoft.org/libxslt/) +The `xmllint` and `xsltproc` utilities need to be in your path. If you are on Windows, you can get libxml2 and libxslt from GnuWin32. From 3067c3b0e07a3e9c80d1e09c4b8375a7739b0956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Fri, 5 Dec 2014 09:55:20 -0500 Subject: [PATCH 14/22] Build: Upgrade to Grunt 0.4.5 * Upgrade to grunt-check-modules 0.2.0 * Upgrade to grunt-jquery-content 1.0.0 (cherry picked from commit 5104c791a192c1f1dede9bf146761064cfd60384) --- .gitignore | 12 +++--------- Gruntfile.js | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ grunt.js | 36 ----------------------------------- package.json | 8 +++----- 4 files changed, 59 insertions(+), 50 deletions(-) create mode 100644 Gruntfile.js delete mode 100644 grunt.js diff --git a/.gitignore b/.gitignore index b5a693a5..633f1bde 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,3 @@ -dist -node_modules -config.json -.project -*~ -*.diff -*.patch -.DS_Store -.settings \ No newline at end of file +/dist/ +/node_modules/ +config.js* diff --git a/Gruntfile.js b/Gruntfile.js new file mode 100644 index 00000000..f6bc20df --- /dev/null +++ b/Gruntfile.js @@ -0,0 +1,53 @@ +var rimraf = require( "rimraf" ); + +module.exports = function( grunt ) { + +grunt.loadNpmTasks( "grunt-check-modules" ); +grunt.loadNpmTasks( "grunt-jquery-content" ); + +grunt.initConfig({ + xmllint: { + all: [ + "entries/**", + "includes/**", + "categories.xml", + "entries2html.xsl", + "notes.xsl" + ] + }, + "build-pages": { + all: "pages/**" + }, + "build-xml-entries": { + all: "entries/**" + }, + "build-resources": { + all: "resources/**" + }, + wordpress: (function() { + var config = require( "./config" ); + config.dir = "dist/wordpress"; + return config; + })() +}); + +grunt.registerTask( "clean", function() { + rimraf.sync( "dist" ); +}); + +grunt.registerTask( "build", [ + "build-pages", + "build-resources", + "build-xml-entries", + "build-xml-categories", + "build-xml-full" +]); + +grunt.registerTask( "build-wordpress", [ + "check-modules", + "xmllint", + "clean", + "build" +]); + +}; diff --git a/grunt.js b/grunt.js deleted file mode 100644 index 3d2168f1..00000000 --- a/grunt.js +++ /dev/null @@ -1,36 +0,0 @@ -var rimraf = require( "rimraf" ); - -module.exports = function( grunt ) { - -var entryFiles = grunt.file.expandFiles( "entries/*.xml" ); - -grunt.loadNpmTasks( "grunt-check-modules" ); -grunt.loadNpmTasks( "grunt-jquery-content" ); -grunt.loadNpmTasks( "grunt-wordpress" ); - -grunt.initConfig({ - xmllint: { - all: [].concat( entryFiles, "categories.xml", "entries2html.xsl" ) - }, - "build-pages": { - all: grunt.file.expandFiles( "pages/**" ) - }, - "build-xml-entries": { - all: entryFiles - }, - "build-resources": { - all: grunt.file.expandFiles( "resources/**" ) - }, - wordpress: grunt.utils._.extend({ - dir: "dist/wordpress" - }, grunt.file.readJSON( "config.json" ) ) -}); - -grunt.registerTask( "clean", function() { - rimraf.sync( "dist" ); -}); - -grunt.registerTask( "build", "build-pages build-xml-entries build-xml-categories build-xml-full build-resources" ); -grunt.registerTask( "build-wordpress", "check-modules clean xmllint build" ); - -}; diff --git a/package.json b/package.json index a5335920..343b9728 100644 --- a/package.json +++ b/package.json @@ -19,11 +19,9 @@ } ], "dependencies": { - "grunt": "0.3.17", - "grunt-wordpress": "1.2.1", - "grunt-jquery-content": "0.13.0", - "grunt-check-modules": "0.1.0", - "grunt-contrib-watch": "0.1.4", + "grunt": "0.4.5", + "grunt-check-modules": "0.2.0", + "grunt-jquery-content": "1.0.0", "rimraf": "2.2.8" }, "devDependencies": {}, From ba774ab3939c78412611dc18b7b8b63b20cb8736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Fri, 5 Dec 2014 09:56:59 -0500 Subject: [PATCH 15/22] Build: package.json cleanup (cherry picked from commit 7942b05290ed621bf70b66faa8deb31e69ab1a86) Conflicts: package.json --- package.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 343b9728..2879aef3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,9 @@ "description": "API reference documentation for jQuery Mobile.", "version": "1.3.7", "homepage": "https://github.comom/jquery/api.jquerymobile.com", - "author": "jQuery Foundation (http://jquery.org/)", + "author": { + "name": "jQuery Foundation and other contributors" + }, "repository": { "type": "git", "url": "git://github.com/jquery/api.jquerymobile.com.git" @@ -15,7 +17,7 @@ "licenses": [ { "type": "MIT", - "url": "http://www.opensource.org/licenses/MIT" + "url": "https://github.com/jquery/api.jquerymobile.com/blob/1-3/LICENSE.txt" } ], "dependencies": { @@ -23,11 +25,5 @@ "grunt-check-modules": "0.2.0", "grunt-jquery-content": "1.0.0", "rimraf": "2.2.8" - }, - "devDependencies": {}, - "keywords": [], - "optionalDependencies": {}, - "engines": { - "node": "*" } } From 7206a1c99afdbc26e3659aaa00a0468aa6d889e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 8 Dec 2014 12:39:53 -0500 Subject: [PATCH 16/22] Build: Upgrade to grunt-jquery-content 2.0.0 (cherry picked from commit 3f9f742135d5535c382510c2f77a40e8fceb779f) --- Gruntfile.js | 20 ++++---------------- package.json | 4 +--- 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index f6bc20df..15d01b05 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,8 +1,5 @@ -var rimraf = require( "rimraf" ); - module.exports = function( grunt ) { -grunt.loadNpmTasks( "grunt-check-modules" ); grunt.loadNpmTasks( "grunt-jquery-content" ); grunt.initConfig({ @@ -15,8 +12,8 @@ grunt.initConfig({ "notes.xsl" ] }, - "build-pages": { - all: "pages/**" + "build-posts": { + page: "pages/**" }, "build-xml-entries": { all: "entries/**" @@ -31,23 +28,14 @@ grunt.initConfig({ })() }); -grunt.registerTask( "clean", function() { - rimraf.sync( "dist" ); -}); +grunt.registerTask( "lint", [ "xmllint" ] ); grunt.registerTask( "build", [ - "build-pages", + "build-posts", "build-resources", "build-xml-entries", "build-xml-categories", "build-xml-full" ]); -grunt.registerTask( "build-wordpress", [ - "check-modules", - "xmllint", - "clean", - "build" -]); - }; diff --git a/package.json b/package.json index 2879aef3..27125cd7 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,6 @@ ], "dependencies": { "grunt": "0.4.5", - "grunt-check-modules": "0.2.0", - "grunt-jquery-content": "1.0.0", - "rimraf": "2.2.8" + "grunt-jquery-content": "2.0.0" } } From d7fd8fa86db919968414b5b2d51f4d5ff9bd3065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Fri, 12 Dec 2014 10:47:48 -0500 Subject: [PATCH 17/22] 1.3.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 27125cd7..3a7f1674 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "api.jquerymobile.com", "title": "jQuery Mobile API Docs", "description": "API reference documentation for jQuery Mobile.", - "version": "1.3.7", + "version": "1.3.8", "homepage": "https://github.comom/jquery/api.jquerymobile.com", "author": { "name": "jQuery Foundation and other contributors" From d95c9f03fd96d4bd32d47878c7df4a5e7f11f0fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rn=20Zaefferer?= Date: Fri, 10 Apr 2015 13:37:34 +0200 Subject: [PATCH 18/22] Build: Update grunt-jquery-content to latest --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a7f1674..74143495 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ ], "dependencies": { "grunt": "0.4.5", - "grunt-jquery-content": "2.0.0" + "grunt-jquery-content": "2.2.0" } } From a9600fdf441c04ebb570918b832ec19678046b76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rn=20Zaefferer?= Date: Fri, 10 Apr 2015 14:01:09 +0200 Subject: [PATCH 19/22] 1.3.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 74143495..891a6d4d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "api.jquerymobile.com", "title": "jQuery Mobile API Docs", "description": "API reference documentation for jQuery Mobile.", - "version": "1.3.8", + "version": "1.3.9", "homepage": "https://github.comom/jquery/api.jquerymobile.com", "author": { "name": "jQuery Foundation and other contributors" From 0c07700db55f55aad81d273b1e1f267a0aeb10f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Thu, 17 Dec 2015 13:33:14 -0500 Subject: [PATCH 20/22] Build: Upgrade to grunt-jquery-content 3.0.0 (cherry picked from commit 98717caa55645583c20ef94cf9d3fe92be2f9e8c) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 891a6d4d..9cd18a91 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ ], "dependencies": { "grunt": "0.4.5", - "grunt-jquery-content": "2.2.0" + "grunt-jquery-content": "3.0.0" } } From d07683ec336a8c1f829bda12cba8ed909e1addf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Thu, 17 Dec 2015 13:34:10 -0500 Subject: [PATCH 21/22] 1.3.10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9cd18a91..e7c21548 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "api.jquerymobile.com", "title": "jQuery Mobile API Docs", "description": "API reference documentation for jQuery Mobile.", - "version": "1.3.9", + "version": "1.3.10", "homepage": "https://github.comom/jquery/api.jquerymobile.com", "author": { "name": "jQuery Foundation and other contributors" From 143df517b802e9e3671b961f7834c02018cae58d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taavi=20V=C3=A4=C3=A4n=C3=A4nen?= Date: Sat, 8 Jul 2023 22:00:20 +0300 Subject: [PATCH 22/22] Build: Update grunt and grunt-jquery-content packages --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e7c21548..7a342884 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ } ], "dependencies": { - "grunt": "0.4.5", - "grunt-jquery-content": "3.0.0" + "grunt": "1.5.3", + "grunt-jquery-content": "3.1.0" } }