Skip to content

Commit

Permalink
MAGETWO-55345: Grunt uses actual theme's list
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirZaets committed Aug 26, 2016
1 parent 7959d63 commit a441f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js.sample
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ module.exports = function (grunt) {
tasks = grunt.file.expand('./dev/tools/grunt/tasks/*'),
themes;

filesRouter.set('themes', 'dev/tools/grunt/configs/themes')ж
themes = filesRouter.get('themes')ж
filesRouter.set('themes', 'dev/tools/grunt/configs/themes');
themes = filesRouter.get('themes');

tasks = _.map(tasks, function(task){ return task.replace('.js', '') });
tasks.push('time-grunt');
Expand Down

0 comments on commit a441f22

Please sign in to comment.