diff --git a/js/Gruntfile.js b/js/Gruntfile.js index 437ad9d0..81221676 100644 --- a/js/Gruntfile.js +++ b/js/Gruntfile.js @@ -2,8 +2,9 @@ module.exports = function (grunt) { grunt.initConfig({ + pkg: grunt.file.readJSON("package.json"), meta: { - banner: "/*! Mopidy.js - built " + + banner: "/*! Mopidy.js v<%= pkg.version %> - built " + "<%= grunt.template.today('yyyy-mm-dd') %>\n" + " * http://www.mopidy.com/\n" + " * Copyright (c) <%= grunt.template.today('yyyy') %> " +