Merge branch 'v3'
Conflicts: LICENSE
This commit is contained in:
commit
df14b3ffa5
@ -40,6 +40,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:
|
||||||
@ -77,6 +83,7 @@ module.exports = (grunt) ->
|
|||||||
|
|
||||||
concurrent:
|
concurrent:
|
||||||
build: [
|
build: [
|
||||||
|
'concat:meta'
|
||||||
'build-crx'
|
'build-crx'
|
||||||
'build-userscript'
|
'build-userscript'
|
||||||
]
|
]
|
||||||
|
|||||||
6
LICENSE
6
LICENSE
@ -1,9 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
<<<<<<< HEAD
|
* appchan x - Version 2.2.2 - 2013-08-05
|
||||||
* appchan x - Version 2.2.2 - 2013-08-04
|
|
||||||
=======
|
|
||||||
* 4chan X - Version 1.2.25 - 2013-08-04
|
|
||||||
>>>>>>> v3
|
|
||||||
*
|
*
|
||||||
* Licensed under the MIT license.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user