mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
disable hub (processing of Gruntfile.js in apps/subdirs), unless we need it, as it gives a warning if none found
This commit is contained in:
parent
5f96c66492
commit
fc6d854870
@ -401,9 +401,9 @@ module.exports = function (grunt) {
|
||||
// Load the plugin that runs tasks only on modified files
|
||||
grunt.loadNpmTasks('grunt-newer');
|
||||
|
||||
// run Gruntfile.js in apps / sub-directories
|
||||
grunt.loadNpmTasks('grunt-hub');
|
||||
// uncomment to run Gruntfile.js in apps / sub-directories
|
||||
//grunt.loadNpmTasks('grunt-hub');
|
||||
|
||||
// Default task(s).
|
||||
grunt.registerTask('default', ['newer:uglify', 'newer:cssmin', 'hub']);
|
||||
grunt.registerTask('default', ['newer:uglify', 'newer:cssmin']);//, 'hub']);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user