Skip to content

Commit 43786cd

Browse files
authored
Merge pull request #2297 from REJack/v3-dev
rc.3 fix
2 parents 9dc6d1d + 4e8de76 commit 43786cd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+59
-58
lines changed

.npmignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
/docs/
2-
/plugins/
3-
!/plugins/flot-old/
1+
!/docs_html/

build/scss/AdminLTE-raw.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* AdminLTE v3.0.0-rc.2
2+
* AdminLTE v3.0.0-rc.3
33
* Author: Colorlib
44
* Website: AdminLTE.io <http://adminlte.io>
55
* License: Open source - MIT <http://opensource.org/licenses/MIT>

build/scss/AdminLTE.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* AdminLTE v3.0.0-rc.2
2+
* AdminLTE v3.0.0-rc.3
33
* Author: Colorlib
44
* Website: AdminLTE.io <http://adminlte.io>
55
* License: Open source - MIT <http://opensource.org/licenses/MIT>

dist/css/adminlte.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* AdminLTE v3.0.0-rc.2
3+
* AdminLTE v3.0.0-rc.3
44
* Author: Colorlib
55
* Website: AdminLTE.io <http://adminlte.io>
66
* License: Open source - MIT <http://opensource.org/licenses/MIT>

dist/css/adminlte.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/adminlte.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/adminlte.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/adminlte.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/adminlte.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*

0 commit comments

Comments
 (0)