From c08bc980752793da6f4325233852d5d108e17487 Mon Sep 17 00:00:00 2001 From: REJack Date: Wed, 2 Oct 2019 13:20:59 +0200 Subject: [PATCH 1/3] fixed npm ignores --- .npmignore | 4 +--- docs/.npmignore | 1 + plugins/.npmignore | 2 ++ 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 docs/.npmignore create mode 100644 plugins/.npmignore diff --git a/.npmignore b/.npmignore index 227c59de2..eeb5b3ce3 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1 @@ -/docs/ -/plugins/ -!/plugins/flot-old/ +!/docs_html/ diff --git a/docs/.npmignore b/docs/.npmignore new file mode 100644 index 000000000..72e8ffc0d --- /dev/null +++ b/docs/.npmignore @@ -0,0 +1 @@ +* diff --git a/plugins/.npmignore b/plugins/.npmignore new file mode 100644 index 000000000..a4a45f81e --- /dev/null +++ b/plugins/.npmignore @@ -0,0 +1,2 @@ +* +!/plugins/flot-old/ From 5d7e709c7cc911a27252c1cb69a255c38f6cf0c9 Mon Sep 17 00:00:00 2001 From: REJack Date: Wed, 2 Oct 2019 13:23:30 +0200 Subject: [PATCH 2/3] prep version --- build/scss/AdminLTE-raw.scss | 2 +- build/scss/AdminLTE.scss | 2 +- docs/_config.yml | 2 +- index.html | 2 +- index2.html | 2 +- index3.html | 2 +- package.json | 2 +- pages/UI/buttons.html | 2 +- pages/UI/general.html | 2 +- pages/UI/icons.html | 2 +- pages/UI/modals.html | 2 +- pages/UI/navbar.html | 2 +- pages/UI/ribbons.html | 2 +- pages/UI/sliders.html | 2 +- pages/UI/timeline.html | 2 +- pages/calendar.html | 2 +- pages/charts/chartjs.html | 2 +- pages/charts/flot.html | 2 +- pages/charts/inline.html | 2 +- pages/examples/404.html | 2 +- pages/examples/500.html | 2 +- pages/examples/blank.html | 2 +- pages/examples/contacts.html | 2 +- pages/examples/e_commerce.html | 2 +- pages/examples/invoice.html | 2 +- pages/examples/language-menu.html | 2 +- pages/examples/legacy-user-menu.html | 2 +- pages/examples/pace.html | 2 +- pages/examples/profile.html | 2 +- pages/examples/project_add.html | 2 +- pages/examples/project_detail.html | 2 +- pages/examples/project_edit.html | 2 +- pages/examples/projects.html | 2 +- pages/forms/advanced.html | 2 +- pages/forms/editors.html | 2 +- pages/forms/general.html | 2 +- pages/gallery.html | 2 +- pages/layout/boxed.html | 2 +- pages/layout/collapsed-sidebar.html | 2 +- pages/layout/fixed-footer.html | 2 +- pages/layout/fixed-sidebar.html | 2 +- pages/layout/fixed-topnav.html | 2 +- pages/mailbox/compose.html | 2 +- pages/mailbox/mailbox.html | 2 +- pages/mailbox/read-mail.html | 2 +- pages/tables/data.html | 2 +- pages/tables/jsgrid.html | 2 +- pages/tables/simple.html | 2 +- pages/widgets.html | 2 +- 49 files changed, 49 insertions(+), 49 deletions(-) diff --git a/build/scss/AdminLTE-raw.scss b/build/scss/AdminLTE-raw.scss index c2ef2e1be..9ac6de867 100644 --- a/build/scss/AdminLTE-raw.scss +++ b/build/scss/AdminLTE-raw.scss @@ -1,5 +1,5 @@ /*! - * AdminLTE v3.0.0-rc.2 + * AdminLTE v3.0.0-rc.3 * Author: Colorlib * Website: AdminLTE.io * License: Open source - MIT diff --git a/build/scss/AdminLTE.scss b/build/scss/AdminLTE.scss index e13e193b9..6841d92f1 100644 --- a/build/scss/AdminLTE.scss +++ b/build/scss/AdminLTE.scss @@ -1,5 +1,5 @@ /*! - * AdminLTE v3.0.0-rc.2 + * AdminLTE v3.0.0-rc.3 * Author: Colorlib * Website: AdminLTE.io * License: Open source - MIT diff --git a/docs/_config.yml b/docs/_config.yml index 496173c74..490f464f6 100755 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -22,7 +22,7 @@ plugins: - jekyll-seo-tag title: AdminLTE v3 Documentaion -version: v3.0.0-rc.2 +version: v3.0.0-rc.3 description: >- # this means to ignore newlines until "baseurl:" AdminLTE v3 Documentaion diff --git a/index.html b/index.html index 008813430..94a5d6b15 100644 --- a/index.html +++ b/index.html @@ -1301,7 +1301,7 @@ Copyright © 2014-2019 AdminLTE.io. All rights reserved.
- Version 3.0.0-rc.2 + Version 3.0.0-rc.3
diff --git a/index2.html b/index2.html index f61189bce..b24f8660b 100644 --- a/index2.html +++ b/index2.html @@ -1536,7 +1536,7 @@ Copyright © 2014-2019 AdminLTE.io. All rights reserved.
- Version 3.0.0-rc.2 + Version 3.0.0-rc.3
diff --git a/index3.html b/index3.html index 024730818..4572dcb6c 100644 --- a/index3.html +++ b/index3.html @@ -967,7 +967,7 @@ to get the desired effect Copyright © 2014-2019 AdminLTE.io. All rights reserved.
- Version 3.0.0-rc.2 + Version 3.0.0-rc.3
diff --git a/package.json b/package.json index dc26f45e4..8484a71c8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "admin-lte", "description": "Responsive open source admin dashboard and control panel.", - "version": "3.0.0-rc.2", + "version": "3.0.0-rc.3", "license": "MIT", "author": "Colorlib ", "main": "dist/js/adminlte.min.js", diff --git a/pages/UI/buttons.html b/pages/UI/buttons.html index a3f22b89d..e4e5b9dbc 100644 --- a/pages/UI/buttons.html +++ b/pages/UI/buttons.html @@ -2004,7 +2004,7 @@