mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix for paths to partials
This commit is contained in:
@@ -2,7 +2,7 @@ module.exports = function(config) {
|
||||
return {
|
||||
grafana: {
|
||||
cwd: '<%= tempDir %>',
|
||||
src: ['app/**/*.html', '!app/panels/*/module.html'],
|
||||
src: ['app/**/*.html'],
|
||||
dest: '<%= tempDir %>/app/components/partials.js',
|
||||
options: {
|
||||
bootstrap: function(module, script) {
|
||||
|
||||
Reference in New Issue
Block a user