1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

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

`eslint` is task from `gruntify-eslint` package and therefore package
should be loaded as well
This commit is contained in:
G07cha 2017-10-14 09:04:32 +03:00 committed by Anthony Lapenna
parent f3a1250b27
commit 80827935da

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', [