mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 09:05:17 +00:00
Fix: compile all views.
This commit is contained in:
parent
5e72cc61b6
commit
30b4628593
@ -231,7 +231,7 @@ module.exports = function (grunt) {
|
||||
files: [{
|
||||
expand: true,
|
||||
cwd: '<%= yeoman.app %>',
|
||||
src: ['*.html', 'views/*.html'],
|
||||
src: ['*.html', 'views/**/*.html'],
|
||||
dest: '<%= yeoman.dist %>'
|
||||
}]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user