From 9837243bc9269061c10c0549f97c66038b2ca4a9 Mon Sep 17 00:00:00 2001 From: Dennis Neufeld Date: Tue, 4 Aug 2015 18:21:03 +0200 Subject: [PATCH] Formatting files (newline, trailing spaces, ...) --- .gitignore | 2 +- .jshintrc | 2 +- Gruntfile.js | 14 +++++++------- pages/UI/modals.html | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index c96a4cd45..fe42b98ea 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,4 @@ TODO *.zip test.html -*.log \ No newline at end of file +*.log diff --git a/.jshintrc b/.jshintrc index 37136b133..f91c8ee5c 100644 --- a/.jshintrc +++ b/.jshintrc @@ -14,4 +14,4 @@ "unused" : true, // External variabls and plugins "predef": [ "AdminLTEOptions", "FastClick", "moment", "Morris", "Chart" ] -} \ No newline at end of file +} diff --git a/Gruntfile.js b/Gruntfile.js index 88ade36ae..7e60672e8 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -7,7 +7,7 @@ module.exports = function (grunt) { - + 'use strict'; grunt.initConfig({ @@ -95,19 +95,19 @@ module.exports = function (grunt) { } } }, - + // Optimize images image: { dynamic: { files: [{ expand: true, - cwd: 'build/img/', + cwd: 'build/img/', src: ['**/*.{png,jpg,gif,svg}'], dest: 'dist/img/' }] } }, - + // Validate JS code jshint: { options: { @@ -123,7 +123,7 @@ module.exports = function (grunt) { src: 'dist/js/pages/*.js' } }, - + csslint: { options: { csslintrc: 'build/less/.csslintrc' @@ -132,7 +132,7 @@ module.exports = function (grunt) { 'dist/css/AdminLTE.css', ] }, - + // Delete images in build directory // After compressing the images in the build/img dir, there is no need // for them @@ -162,4 +162,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/pages/UI/modals.html b/pages/UI/modals.html index b3ebbf463..b6d7db4a0 100644 --- a/pages/UI/modals.html +++ b/pages/UI/modals.html @@ -778,4 +778,4 @@ - \ No newline at end of file +