From 8cecbcf2cadabf7fb8af5495b4fafddf9344b0fd Mon Sep 17 00:00:00 2001 From: Dennis Neufeld Date: Sun, 12 Jul 2015 15:46:20 +0200 Subject: [PATCH] Format some files --- Gruntfile.js | 10 +++++----- README.md | 10 +++++----- changelog | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 2ffe2367a..747208663 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -17,7 +17,7 @@ module.exports = function (grunt) { compress: false }, files: { - // compilation.css : source.less + // compilation.css : source.less "dist/css/AdminLTE.css": "build/less/AdminLTE.less", //Non minified skin files "dist/css/skins/skin-blue.css": "build/less/skins/skin-blue.less", @@ -38,7 +38,7 @@ module.exports = function (grunt) { // Production compresses version production: { options: { - // Whether to compress or not + // Whether to compress or not compress: true }, files: { @@ -76,8 +76,8 @@ module.exports = function (grunt) { // Build the documentation files includes: { build: { - src: ['*.html'], // Source files - dest: 'documentation/', // Destination directory + src: ['*.html'], // Source files + dest: 'documentation/', // Destination directory flatten: true, cwd: 'documentation/build', options: { @@ -113,4 +113,4 @@ module.exports = function (grunt) { // The default task (running "grunt" in console) is "watch" grunt.registerTask('default', ['watch']); -}; \ No newline at end of file +}; diff --git a/README.md b/README.md index 156f67157..580db8482 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ 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)** @@ -27,7 +27,7 @@ Download from Github or [visit Almsaeed Studio](https://almsaeedstudio.com) and **Github** - 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 ``` @@ -146,13 +146,13 @@ Change log - Change in layout mark up - Added transitions to the sidebar - 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 - 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 boxed layout (.layout-boxed) - 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. - Updated Ion Icons to 2.0.0 - Updated FontAwesome to 4.3.0 @@ -177,7 +177,7 @@ Change log - Fixed the sidebar scroll issue when using the fixed layout. - 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:** diff --git a/changelog b/changelog index e963fc769..76e3d6598 100644 --- a/changelog +++ b/changelog @@ -52,13 +52,13 @@ v2.0.0 - Change in layout mark up - Added transitions to the sidebar - 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 - 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 boxed layout (.layout-boxed) - 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. - Updated Ion Icons to 2.0.0 - Updated FontAwesome to 4.3.0 diff --git a/package.json b/package.json index f6244923f..cde156030 100644 --- a/package.json +++ b/package.json @@ -15,4 +15,4 @@ "grunt-cssjanus": "^0.2.4", "grunt-includes": "^0.4.5" } -} \ No newline at end of file +}