chore(build-system): fix 'gruntify-eslint' usage (#1276)

`eslint` is task from `gruntify-eslint` package and therefore package
should be loaded as well
pull/959/merge
G07cha 2017-10-14 09:04:32 +03:00 committed by Anthony Lapenna
parent f3a1250b27
commit 80827935da
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ var loadGruntTasks = require('load-grunt-tasks');
module.exports = function (grunt) {
loadGruntTasks(grunt);
grunt.loadNpmTasks('gruntify-eslint');
grunt.registerTask('default', ['eslint', 'build']);
grunt.registerTask('before-copy', [