Restore concat:meta

This commit is contained in:
Zixaphir 2013-08-05 00:30:32 -07:00
parent 9eda79c24c
commit d2eef4c4c5
2 changed files with 8 additions and 1 deletions

View File

@ -38,6 +38,12 @@ module.exports = (grunt) ->
] ]
dest: 'tmp-<%= pkg.type %>/script.coffee' dest: 'tmp-<%= pkg.type %>/script.coffee'
meta:
options: concatOptions
files:
'LICENSE': 'src/General/meta/banner.js',
'latest.js': 'src/General/meta/latest.js'
crx: crx:
options: concatOptions options: concatOptions
files: files:
@ -75,6 +81,7 @@ module.exports = (grunt) ->
concurrent: concurrent:
build: [ build: [
'concat:meta'
'build-crx' 'build-crx'
'build-userscript' 'build-userscript'
] ]

View File

@ -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. * Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE * https://github.com/seaweedchan/4chan-x/blob/master/LICENSE