Format some files

pull/581/head
Dennis Neufeld 10 years ago
parent 63ad645910
commit 8cecbcf2ca

@ -17,7 +17,7 @@ module.exports = function (grunt) {
compress: false compress: false
}, },
files: { files: {
// compilation.css : source.less // compilation.css : source.less
"dist/css/AdminLTE.css": "build/less/AdminLTE.less", "dist/css/AdminLTE.css": "build/less/AdminLTE.less",
//Non minified skin files //Non minified skin files
"dist/css/skins/skin-blue.css": "build/less/skins/skin-blue.less", "dist/css/skins/skin-blue.css": "build/less/skins/skin-blue.less",
@ -38,7 +38,7 @@ module.exports = function (grunt) {
// Production compresses version // Production compresses version
production: { production: {
options: { options: {
// Whether to compress or not // Whether to compress or not
compress: true compress: true
}, },
files: { files: {
@ -76,8 +76,8 @@ module.exports = function (grunt) {
// Build the documentation files // Build the documentation files
includes: { includes: {
build: { build: {
src: ['*.html'], // Source files src: ['*.html'], // Source files
dest: 'documentation/', // Destination directory dest: 'documentation/', // Destination directory
flatten: true, flatten: true,
cwd: 'documentation/build', cwd: 'documentation/build',
options: { options: {
@ -113,4 +113,4 @@ module.exports = function (grunt) {
// The default task (running "grunt" in console) is "watch" // The default task (running "grunt" in console) is "watch"
grunt.registerTask('default', ['watch']); grunt.registerTask('default', ['watch']);
}; };

@ -1,7 +1,7 @@
Introduction Introduction
============ ============
**AdminLTE** -- is a fully responsive admin template. Based on **Bootstrap 3** framework. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops. Check out the live preview now and see for yourself. **AdminLTE** -- is a fully responsive admin template. Based on **Bootstrap 3** framework. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops. Check out the live preview now and see for yourself.
**Download & Preview on [Almsaeed Studio](https://almsaeedstudio.com)** **Download & Preview on [Almsaeed Studio](https://almsaeedstudio.com)**
@ -27,7 +27,7 @@ Download from Github or [visit Almsaeed Studio](https://almsaeedstudio.com) and
**Github** **Github**
- Fork the repository ([here is the guide](https://help.github.com/articles/fork-a-repo/)). - Fork the repository ([here is the guide](https://help.github.com/articles/fork-a-repo/)).
- Clone to your machine - Clone to your machine
``` ```
git clone https://github.com/YOUR_USERNAME/AdminLTE.git git clone https://github.com/YOUR_USERNAME/AdminLTE.git
``` ```
@ -146,13 +146,13 @@ Change log
- Change in layout mark up - Change in layout mark up
- Added transitions to the sidebar - Added transitions to the sidebar
- New skins and modified previous skins - New skins and modified previous skins
- Change in color scheme to a more complementing scheme - Change in color scheme to a more complementing scheme
- Added footer support - Added footer support
- Removed pace.js from the main app.js - Removed pace.js from the main app.js
- Added support for collapsed sidebar as an initial state (add .sidebar-collapse to the body tag) - Added support for collapsed sidebar as an initial state (add .sidebar-collapse to the body tag)
- Added boxed layout (.layout-boxed) - Added boxed layout (.layout-boxed)
- Enhanced consistency in padding and margining - Enhanced consistency in padding and margining
- Updated Bootstrap to 3.3.2 - Updated Bootstrap to 3.3.2
- Fixed navbar dropdown menu on small screens positioning issues. - Fixed navbar dropdown menu on small screens positioning issues.
- Updated Ion Icons to 2.0.0 - Updated Ion Icons to 2.0.0
- Updated FontAwesome to 4.3.0 - Updated FontAwesome to 4.3.0
@ -177,7 +177,7 @@ Change log
- Fixed the sidebar scroll issue when using the fixed layout. - Fixed the sidebar scroll issue when using the fixed layout.
- Added [Bootstrap Social Buttons](http://lipis.github.io/bootstrap-social/ "Bootstrap Social") plugin. - Added [Bootstrap Social Buttons](http://lipis.github.io/bootstrap-social/ "Bootstrap Social") plugin.
- Fixed RequireJS bug. Thanks to [StaticSphere](https://github.com/StaticSphere "github user"). - Fixed RequireJS bug. Thanks to [StaticSphere](https://github.com/StaticSphere "github user").
**ver 1.1.0:** **ver 1.1.0:**

@ -52,13 +52,13 @@ v2.0.0
- Change in layout mark up - Change in layout mark up
- Added transitions to the sidebar - Added transitions to the sidebar
- New skins and modified previous skins - New skins and modified previous skins
- Change in color scheme to a more complementing scheme - Change in color scheme to a more complementing scheme
- Added footer support - Added footer support
- Removed pace.js from the main app.js - Removed pace.js from the main app.js
- Added support for collapsed sidebar as an initial state (add .sidebar-collapse to the body tag) - Added support for collapsed sidebar as an initial state (add .sidebar-collapse to the body tag)
- Added boxed layout (.layout-boxed) - Added boxed layout (.layout-boxed)
- Enhanced consistency in padding and margining - Enhanced consistency in padding and margining
- Updated Bootstrap to 3.3.2 - Updated Bootstrap to 3.3.2
- Fixed navbar dropdown menu on small screens positioning issues. - Fixed navbar dropdown menu on small screens positioning issues.
- Updated Ion Icons to 2.0.0 - Updated Ion Icons to 2.0.0
- Updated FontAwesome to 4.3.0 - Updated FontAwesome to 4.3.0

@ -15,4 +15,4 @@
"grunt-cssjanus": "^0.2.4", "grunt-cssjanus": "^0.2.4",
"grunt-includes": "^0.4.5" "grunt-includes": "^0.4.5"
} }
} }

Loading…
Cancel
Save