diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 74bb4e669..9dda11d9a 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -38,6 +38,12 @@ module.exports = (grunt) -> ] dest: 'tmp-<%= pkg.type %>/script.coffee' + meta: + options: concatOptions + files: + 'LICENSE': 'src/General/meta/banner.js', + 'latest.js': 'src/General/meta/latest.js' + crx: options: concatOptions files: @@ -75,6 +81,7 @@ module.exports = (grunt) -> concurrent: build: [ + 'concat:meta' 'build-crx' 'build-userscript' ] diff --git a/LICENSE b/LICENSE index dd8831faf..633bc8ac7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* 4chan X - Version 1.2.25 - 2013-08-04 +* 4chan X - Version 1.2.25 - 2013-08-05 * * Licensed under the MIT license. * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE