mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixes broken phantomjs rendering
when migrating from govendor to dep we broke the phantomjs rendering. ref #10602
This commit is contained in:
@@ -26,7 +26,7 @@ module.exports = function(grunt) {
|
||||
});
|
||||
grunt.config('copy.backend_files', {
|
||||
expand: true,
|
||||
src: ['conf/**', 'vendor/phantomjs/*', 'scripts/*'],
|
||||
src: ['conf/**', 'tools/phantomjs/*', 'scripts/*'],
|
||||
options: { mode: true},
|
||||
dest: '<%= tempDir %>'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user