Skip to content

Commit 8f26cee

Browse files
author
Oleksii Korshenko
committed
MAGETWO-50273: [Github][PR] Process Public PR Added grunt tasks autoloading #3492
- added time-grunt
1 parent ab7a775 commit 8f26cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = function (grunt) {
1515
tasks = grunt.file.expand('./dev/tools/grunt/tasks/*');
1616

1717
tasks = _.map(tasks, function(task){ return task.replace('.js', '') });
18-
18+
tasks.push('time-grunt');
1919
tasks.forEach(function (task) {
2020
require(task)(grunt);
2121
});

0 commit comments

Comments
 (0)