Skip to content

Commit

Permalink
MAGETWO-50273: [Github][PR] Process Public PR Added grunt tasks autol…
Browse files Browse the repository at this point in the history
…oading #3492

- added time-grunt
  • Loading branch information
Oleksii Korshenko committed May 6, 2016
1 parent ab7a775 commit 8f26cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js.sample
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function (grunt) {
tasks = grunt.file.expand('./dev/tools/grunt/tasks/*');

tasks = _.map(tasks, function(task){ return task.replace('.js', '') });

tasks.push('time-grunt');
tasks.forEach(function (task) {
require(task)(grunt);
});
Expand Down

0 comments on commit 8f26cee

Please sign in to comment.