From 4e0d9896c7c25096ab58d1c8e49a8460d20f6864 Mon Sep 17 00:00:00 2001 From: tporadowski Date: Mon, 6 Oct 2014 10:58:15 +0200 Subject: [PATCH 1/3] Added descriptor for Bower Name mofidied to "jquery-ui-layout" --- bower.json | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..26a9025 --- /dev/null +++ b/bower.json @@ -0,0 +1,48 @@ +{ + "name": "jquery-ui-layout", + "title": "UI Layout", + "description": "Create advanced UI layouts with sizable, collapsible, nested panels and tons of options. Layout can create any UI look you want; from simple headers or sidebars to a complex application with toolbars, menus, help-panels, status bars, sub-forms, etc. Integrates with and enhances other UI widgets, like tabs, accordions and dialogs, to create rich interfaces.", + "version": "1.4.3", + "keywords": [ + "ui", + "layout" + ], + "main": [ + "source/stable/jquery.layout.js", + "source/stable/jquery.layout.min.js" + ], + "ignore": [ + ".*", + "demos", + "source/dev", + "source/jquery", + "source/versions", + "source/*.txt", + "layout.jquery.json" + ], + "author": { + "name": "Kevin Dalman", + "email": "kevin@jquery-dev.com" + }, + "maintainers": [ + { "name": "Kevin Dalman", + "email": "kevin@jquery-dev.com", + "url": "http://layout.jquery-dev.com" + } + ], + "licenses": [ + { "type": "MIT", + "url": "http://www.opensource.org/licenses/mit-license.php" + }, + { "type": "GPLv3", + "url": "http://www.gnu.org/licenses/gpl.html" + } + ], + "homepage": "https://github.com/allpro/layout", + "docs": "http://layout.jquery-dev.com/documentation.cfm", + "bugs": "https://groups.google.com/forum/#!forum/jquery-ui-layout", + "download": "https://github.com/allpro/layout/archive/master.zip", + "dependencies": { + "jquery": ">=1.5" + } +} From b3f2a74e41401f8a156b1e3d7132b8cca57c1583 Mon Sep 17 00:00:00 2001 From: tporadowski Date: Mon, 6 Oct 2014 11:24:53 +0200 Subject: [PATCH 2/3] Updated Bower descriptor to v1.4.4 --- bower.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/bower.json b/bower.json index 26a9025..3e9ac19 100644 --- a/bower.json +++ b/bower.json @@ -2,24 +2,24 @@ "name": "jquery-ui-layout", "title": "UI Layout", "description": "Create advanced UI layouts with sizable, collapsible, nested panels and tons of options. Layout can create any UI look you want; from simple headers or sidebars to a complex application with toolbars, menus, help-panels, status bars, sub-forms, etc. Integrates with and enhances other UI widgets, like tabs, accordions and dialogs, to create rich interfaces.", - "version": "1.4.3", + "version": "1.4.4", "keywords": [ "ui", "layout" ], - "main": [ - "source/stable/jquery.layout.js", - "source/stable/jquery.layout.min.js" - ], - "ignore": [ - ".*", - "demos", - "source/dev", - "source/jquery", - "source/versions", - "source/*.txt", - "layout.jquery.json" - ], + "main": [ + "source/stable/jquery.layout.js", + "source/stable/jquery.layout.min.js" + ], + "ignore": [ + ".*", + "demos", + "source/dev", + "source/jquery", + "source/versions", + "source/*.txt", + "layout.jquery.json" + ], "author": { "name": "Kevin Dalman", "email": "kevin@jquery-dev.com" From e04c9cc0463ab88f5b50ec7a1f0d10f87f9ef824 Mon Sep 17 00:00:00 2001 From: Tomasz Poradowski Date: Mon, 6 Oct 2014 11:56:54 +0200 Subject: [PATCH 3/3] Added CSS to bower.json/main --- bower.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 3e9ac19..2adc14a 100644 --- a/bower.json +++ b/bower.json @@ -9,7 +9,8 @@ ], "main": [ "source/stable/jquery.layout.js", - "source/stable/jquery.layout.min.js" + "source/stable/jquery.layout.min.js", + "source/stable/layout-default.css" ], "ignore": [ ".*",