Skip to content

Commit 62eedb2

Browse files
committed
updated adminlte to 3.0.4
1 parent 796f904 commit 62eedb2

File tree

803 files changed

+111223
-73114
lines changed

Some content is hidden

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

803 files changed

+111223
-73114
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
include LICENSE
22
include README.rst
3+
include README.md
4+
include VERSION
35
recursive-include adminlte3 *.py
46
recursive-include adminlte3/static *
57
recursive-include adminlte3/templates *

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.3
1+
0.1.5

adminlte3/static/admin-lte/README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
Introduction
22
============
33

4+
[![Build Status](https://img.shields.io/travis/ColorlibHQ/AdminLTE/master.svg)](https://travis-ci.org/ColorlibHQ/AdminLTE)
5+
[![npm version](https://img.shields.io/npm/v/admin-lte/latest.svg)](https://www.npmjs.com/package/admin-lte)
6+
[![Packagist](https://img.shields.io/packagist/v/almasaeed2010/adminlte.svg)](https://packagist.org/packages/almasaeed2010/adminlte)
7+
[![CDNJS](https://img.shields.io/cdnjs/v/admin-lte.svg)](https://cdnjs.com/libraries/admin-lte)
8+
49
**AdminLTE** is a fully responsive administration template. Based on **[Bootstrap 4](https://getbootstrap.com)** framework.
510
Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops.
611

712
**Preview on [AdminLTE.io](https://adminlte.io/themes/v3)**
813

914
Looking for Premium Templates?
1015
------------------------------
11-
AdminLTE.io just opened a new premium templates page. Hand picked to insure the best quality and the most affordable
16+
AdminLTE.io just opened a new premium templates page. Hand picked to ensure the best quality and the most affordable
1217
prices. Visit https://adminlte.io/premium for more information.
1318

1419
!["AdminLTE Presentation"](https://adminlte.io/AdminLTE3.png "AdminLTE Presentation")
@@ -70,8 +75,14 @@ Contribution are always **welcome and recommended**! Here is how:
7075
- Make your changes
7176
- Create a pull request
7277

73-
#### Contribution Requirements:
78+
#### Compile dist files
79+
To compile the dist files you need nodejs/npm, clone/download the repo then:
7480

81+
1. `npm install` (install npm deps)
82+
2. _Optional:_ `npm run dev` (developer mode, autocompile with browsersync support for live demo)
83+
3. `npm run production` (compile css/js files)
84+
85+
#### Contribution Requirements:
7586
- When you contribute, you agree to give a non-exclusive license to AdminLTE.io to use that contribution in any context as we (AdminLTE.io) see appropriate.
7687
- If you use content provided by another party, it must be appropriately licensed using an [open source](http://opensource.org/licenses) license.
7788
- Contributions are only accepted through Github pull requests.

0 commit comments

Comments
 (0)