Jordan Silva
Results
1
issues of
Jordan Silva
I have the following grunt configuration: ``` [previous grunt configuration] grunt.loadNpmTasks('grunt-npm-install'); grunt.loadNpmTasks('grunt-bower-task'); grunt.registerTask('build', ['npm-install', 'bower']); ``` If I have installed on my machine only 'grunt-npm-install' and run the command **grunt...