mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(plugins): moved http settings to directive instad of just ng-include partial
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = function(config, grunt) {
|
||||
|
||||
grunt.log.writeln('File Changed: ' + filepath);
|
||||
|
||||
if (/(\.html)$/.test(filepath)) {
|
||||
if (/(\.html)|(\.json)$/.test(filepath)) {
|
||||
newPath = filepath.replace(/^public/, 'public_gen');
|
||||
grunt.log.writeln('Copying to ' + newPath);
|
||||
grunt.file.copy(filepath, newPath);
|
||||
|
||||
Reference in New Issue
Block a user