diff --git a/Gruntfile.coffee b/Gruntfile.coffee index c561fbca0..c23ced9a1 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -40,6 +40,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: @@ -77,6 +83,7 @@ module.exports = (grunt) -> concurrent: build: [ + 'concat:meta' 'build-crx' 'build-userscript' ] diff --git a/LICENSE b/LICENSE index cdd91ae4e..02da5f51c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,9 +1,5 @@ /* -<<<<<<< HEAD -* appchan x - Version 2.2.2 - 2013-08-04 -======= -* 4chan X - Version 1.2.25 - 2013-08-04 ->>>>>>> v3 +* appchan x - Version 2.2.2 - 2013-08-05 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE diff --git a/latest.js b/latest.js index fc7f332f2..1720d12e5 100644 --- a/latest.js +++ b/latest.js @@ -1,5 +1 @@ -<<<<<<< HEAD postMessage({version:'2.2.2'},'*') -======= -postMessage({version:'1.2.25'},'*') ->>>>>>> v3