mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 03:12:13 +08:00
dev building and optimized builds work
This commit is contained in:
@ -3,10 +3,11 @@ module.exports = function() {
|
||||
|
||||
return {
|
||||
html: [
|
||||
'<%= destDir %>/views/index.html',
|
||||
'<%= genDir %>/views/index.html',
|
||||
'<%= genDir %>/views/500.html',
|
||||
],
|
||||
options: {
|
||||
assetsDirs: ['<%= destDir %>'],
|
||||
assetsDirs: ['<%= genDir %>'],
|
||||
patterns: {
|
||||
css: [
|
||||
[/(\.css)/, 'Replacing reference to image.png']
|
||||
|
Reference in New Issue
Block a user