saschakiefer / generator-openui5

yeoman generator for OpenUI5 applications and assets
Other
64 stars 17 forks source link

Unknown Task in Gruntfile.js #3

Closed saschakiefer closed 10 years ago

saschakiefer commented 10 years ago

In the gruntfile there is a task: application: { files: '<%= jshint.application.src %>', tasks: ['collaboration'] }

this should be application: { files: '<%= jshint.application.src %>', tasks: ['jshint:application'] }