Commit 38caeb3e by Torkel Ödegaard

grunt release task changes

parent e4b52905
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<div class="navbar navbar-static-top"> <div class="navbar navbar-static-top">
<div class="navbar-inner"> <div class="navbar-inner">
<div class="container-fluid"> <div class="container-fluid">
<span class="brand"><img src="img/small.png" bs-tooltip="'Kibana 3 milestone pre-5'" data-placement="bottom"> {{dashboard.current.title}}</span> <span class="brand"><img src="img/small.png" bs-tooltip="'Grafana'" data-placement="bottom"> {{dashboard.current.title}}</span>
<ul class="nav pull-right" ng-controller='dashLoader' ng-init="init()" ng-include="'app/partials/dashLoader.html'"> <ul class="nav pull-right" ng-controller='dashLoader' ng-init="init()" ng-include="'app/partials/dashLoader.html'">
</ul> </ul>
</div> </div>
......
...@@ -9,12 +9,10 @@ module.exports = function(config) { ...@@ -9,12 +9,10 @@ module.exports = function(config) {
expand: true, expand: true,
cwd: '<%= destDir %>', cwd: '<%= destDir %>',
src: ['**/*'], src: ['**/*'],
dest: '<%= pkg.name %>-latest'
}, },
{ {
expand: true, expand: true,
src: ['LICENSE.md', 'README.md'], src: ['LICENSE.md', 'README.md', 'NOTICE.md'],
dest: '<%= pkg.name %>-latest'
} }
] ]
}, },
...@@ -27,12 +25,10 @@ module.exports = function(config) { ...@@ -27,12 +25,10 @@ module.exports = function(config) {
expand: true, expand: true,
cwd: '<%= destDir %>', cwd: '<%= destDir %>',
src: ['**/*'], src: ['**/*'],
dest: '<%= pkg.name %>-latest'
}, },
{ {
expand: true, expand: true,
src: ['LICENSE.md', 'README.md'], src: ['LICENSE.md', 'README.md', 'NOTICE.md'],
dest: '<%= pkg.name %>-latest'
} }
] ]
}, },
...@@ -45,12 +41,10 @@ module.exports = function(config) { ...@@ -45,12 +41,10 @@ module.exports = function(config) {
expand: true, expand: true,
cwd: '<%= destDir %>', cwd: '<%= destDir %>',
src: ['**/*'], src: ['**/*'],
dest: '<%= pkg.name %>-<%= pkg.version %>'
}, },
{ {
expand: true, expand: true,
src: ['LICENSE.md', 'README.md'], src: ['LICENSE.md', 'README.md', 'NOTICE.md'],
dest: '<%= pkg.name %>-<%= pkg.version %>'
} }
] ]
}, },
...@@ -63,12 +57,10 @@ module.exports = function(config) { ...@@ -63,12 +57,10 @@ module.exports = function(config) {
expand: true, expand: true,
cwd: '<%= destDir %>', cwd: '<%= destDir %>',
src: ['**/*'], src: ['**/*'],
dest: '<%= pkg.name %>-<%= pkg.version %>'
}, },
{ {
expand: true, expand: true,
src: ['LICENSE.md', 'README.md'], src: ['LICENSE.md', 'README.md', 'NOTICE.md'],
dest: '<%= pkg.name %>-<%= pkg.version %>'
} }
] ]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment