Skip to content
Snippets Groups Projects
Commit 8f26ceec authored by Oleksii Korshenko's avatar Oleksii Korshenko
Browse files

MAGETWO-50273: [Github][PR] Process Public PR Added grunt tasks autoloading #3492

- added time-grunt
parent ab7a7757
Branches
No related merge requests found
...@@ -15,7 +15,7 @@ module.exports = function (grunt) { ...@@ -15,7 +15,7 @@ module.exports = function (grunt) {
tasks = grunt.file.expand('./dev/tools/grunt/tasks/*'); tasks = grunt.file.expand('./dev/tools/grunt/tasks/*');
tasks = _.map(tasks, function(task){ return task.replace('.js', '') }); tasks = _.map(tasks, function(task){ return task.replace('.js', '') });
tasks.push('time-grunt');
tasks.forEach(function (task) { tasks.forEach(function (task) {
require(task)(grunt); require(task)(grunt);
}); });
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment