remove grunt-retire
This commit is contained in:
@ -2,7 +2,6 @@ module.exports = function (grunt) {
|
||||
grunt.loadNpmTasks('grunt-browserify');
|
||||
grunt.loadNpmTasks('grunt-contrib-watch');
|
||||
grunt.loadNpmTasks('grunt-git-authors');
|
||||
grunt.loadNpmTasks('grunt-retire');
|
||||
|
||||
grunt.initConfig({
|
||||
|
||||
@ -24,16 +23,10 @@ module.exports = function (grunt) {
|
||||
files: ['client/*.coffee'],
|
||||
tasks: ['build']
|
||||
}
|
||||
},
|
||||
|
||||
retire: {
|
||||
node: ['.'],
|
||||
options: {packageOnly: true}
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
grunt.registerTask('check', ['retire']);
|
||||
grunt.registerTask('build', ['browserify']);
|
||||
grunt.registerTask('default', ['build']);
|
||||
|
||||
|
Reference in New Issue
Block a user