Fix for paths to partials

This commit is contained in:
Torkel Ödegaard
2015-02-02 22:15:15 +01:00
parent 04ec222462
commit 7fef460fa2
5 changed files with 5 additions and 5 deletions

View File

@@ -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) {