Style with jscs.
This commit is contained in:
parent
83b43dfff5
commit
9f0258905d
@ -19,7 +19,7 @@ module.exports = function(grunt) {
|
|||||||
},
|
},
|
||||||
pkg: grunt.file.readJSON('package.json'),
|
pkg: grunt.file.readJSON('package.json'),
|
||||||
banner: '/*! <%= pkg.name %> <%= grunt.template.today("dd-mm-yyyy") %>\n' +
|
banner: '/*! <%= pkg.name %> <%= grunt.template.today("dd-mm-yyyy") %>\n' +
|
||||||
'* Copyright (c) <%= grunt.template.today("yyyy") %> <%= pkg.author %> */\n',
|
'* Copyright (c) <%= grunt.template.today("yyyy") %> <%= pkg.author %> */\n'
|
||||||
};
|
};
|
||||||
|
|
||||||
var configs = require('load-grunt-configs')(grunt, options);
|
var configs = require('load-grunt-configs')(grunt, options);
|
||||||
@ -29,7 +29,7 @@ module.exports = function(grunt) {
|
|||||||
'shell:npm_install',
|
'shell:npm_install',
|
||||||
'shell:bower_install',
|
'shell:bower_install',
|
||||||
'shell:pip_install',
|
'shell:pip_install',
|
||||||
'wiredep:app',
|
'wiredep:app'
|
||||||
]);
|
]);
|
||||||
|
|
||||||
grunt.registerTask('pydev', [
|
grunt.registerTask('pydev', [
|
||||||
|
Loading…
Reference in New Issue
Block a user