Fixes old version of grunt
This commit is contained in:
parent
027043bd6f
commit
313efa9503
1 changed files with 1 additions and 1 deletions
|
|
@ -191,5 +191,5 @@ module.exports = function(grunt) {
|
|||
grunt.registerTask('default', ['shell:dev', 'nggettext_compile', 'concat', 'cssmin']);
|
||||
grunt.registerTask('prod', ['shell:prod', 'nggettext_compile', 'concat', 'cssmin', 'uglify']);
|
||||
grunt.registerTask('translate', ['nggettext_extract']);
|
||||
grunt.registerTask('docs', ['jsdoc2md']);
|
||||
grunt.registerTask('docs', ['jsdoc']);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue