We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7959d63 commit a441f22Copy full SHA for a441f22
Gruntfile.js.sample
@@ -16,8 +16,8 @@ module.exports = function (grunt) {
16
tasks = grunt.file.expand('./dev/tools/grunt/tasks/*'),
17
themes;
18
19
- filesRouter.set('themes', 'dev/tools/grunt/configs/themes')ж
20
- themes = filesRouter.get('themes')ж
+ filesRouter.set('themes', 'dev/tools/grunt/configs/themes');
+ themes = filesRouter.get('themes');
21
22
tasks = _.map(tasks, function(task){ return task.replace('.js', '') });
23
tasks.push('time-grunt');
0 commit comments