From 9f0258905d628d483a87f0945b146ea67b307dcb Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 9 Oct 2016 20:22:21 +0200 Subject: [PATCH] Style with jscs. --- Gruntfile.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 6613f12..95dc779 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -18,8 +18,8 @@ module.exports = function(grunt) { src: 'grunt-config/*.js' }, pkg: grunt.file.readJSON('package.json'), - banner: '/*! <%= pkg.name %> <%= grunt.template.today("dd-mm-yyyy") %>\n'+ - '* Copyright (c) <%= grunt.template.today("yyyy") %> <%= pkg.author %> */\n', + banner: '/*! <%= pkg.name %> <%= grunt.template.today("dd-mm-yyyy") %>\n' + + '* Copyright (c) <%= grunt.template.today("yyyy") %> <%= pkg.author %> */\n' }; var configs = require('load-grunt-configs')(grunt, options); @@ -29,7 +29,7 @@ module.exports = function(grunt) { 'shell:npm_install', 'shell:bower_install', 'shell:pip_install', - 'wiredep:app', + 'wiredep:app' ]); grunt.registerTask('pydev', [