Skip to content
Snippets Groups Projects
Commit 7959d631 authored by Volodymyr Zaets's avatar Volodymyr Zaets
Browse files

MAGETWO-55345: Grunt uses actual theme's list

parent 494cdbc4
No related merge requests found
...@@ -16,8 +16,8 @@ module.exports = function (grunt) { ...@@ -16,8 +16,8 @@ module.exports = function (grunt) {
tasks = grunt.file.expand('./dev/tools/grunt/tasks/*'), tasks = grunt.file.expand('./dev/tools/grunt/tasks/*'),
themes; themes;
filesRouter.set('themes', 'dev/tools/grunt/configs/themes') filesRouter.set('themes', 'dev/tools/grunt/configs/themes')ж
themes = filesRouter.get('themes') themes = filesRouter.get('themes')ж
tasks = _.map(tasks, function(task){ return task.replace('.js', '') }); tasks = _.map(tasks, function(task){ return task.replace('.js', '') });
tasks.push('time-grunt'); tasks.push('time-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