code > features
This commit is contained in:
parent
4c63dd478b
commit
6257982bf0
@ -12,12 +12,12 @@ module.exports = (grunt) ->
|
|||||||
coffee:
|
coffee:
|
||||||
options: concatOptions
|
options: concatOptions
|
||||||
src: [
|
src: [
|
||||||
'src/code/config.coffee'
|
'src/config.coffee'
|
||||||
'src/code/globals.coffee'
|
'src/globals.coffee'
|
||||||
'src/lib/*.coffee'
|
'src/lib/*.coffee'
|
||||||
'src/code/*/*.coffee'
|
'src/features/*/*.coffee'
|
||||||
'src/code/settings.coffee'
|
'src/settings.coffee'
|
||||||
'src/code/main.coffee'
|
'src/main.coffee'
|
||||||
]
|
]
|
||||||
dest: 'tmp-<%= pkg.type %>/script.coffee'
|
dest: 'tmp-<%= pkg.type %>/script.coffee'
|
||||||
|
|
||||||
|
|||||||
@ -55,7 +55,6 @@
|
|||||||
'Catalog Links': [true, 'Turn Navigation links into links to each board\'s catalog.'],
|
'Catalog Links': [true, 'Turn Navigation links into links to each board\'s catalog.'],
|
||||||
'External Catalog': [false, 'Link to external catalog instead of the internal one.'],
|
'External Catalog': [false, 'Link to external catalog instead of the internal one.'],
|
||||||
'Enable 4chan\'s Extension': [false, 'Compatibility between 4chan X and 4chan\'s inline extension is NOT guaranteed.'],
|
'Enable 4chan\'s Extension': [false, 'Compatibility between 4chan X and 4chan\'s inline extension is NOT guaranteed.'],
|
||||||
'Fixed Header': [false, 'Mayhem X\'s Fixed Header (kinda).'],
|
|
||||||
'Custom Board Navigation': [true, 'Show custom links instead of the full board list.'],
|
'Custom Board Navigation': [true, 'Show custom links instead of the full board list.'],
|
||||||
'Announcement Hiding': [true, 'Add button to hide 4chan announcements.'],
|
'Announcement Hiding': [true, 'Add button to hide 4chan announcements.'],
|
||||||
'404 Redirect': [true, 'Redirect dead threads and images.'],
|
'404 Redirect': [true, 'Redirect dead threads and images.'],
|
||||||
|
|||||||
@ -55,7 +55,6 @@
|
|||||||
'Catalog Links': [true, 'Turn Navigation links into links to each board\'s catalog.'],
|
'Catalog Links': [true, 'Turn Navigation links into links to each board\'s catalog.'],
|
||||||
'External Catalog': [false, 'Link to external catalog instead of the internal one.'],
|
'External Catalog': [false, 'Link to external catalog instead of the internal one.'],
|
||||||
'Enable 4chan\'s Extension': [false, 'Compatibility between 4chan X and 4chan\'s inline extension is NOT guaranteed.'],
|
'Enable 4chan\'s Extension': [false, 'Compatibility between 4chan X and 4chan\'s inline extension is NOT guaranteed.'],
|
||||||
'Fixed Header': [false, 'Mayhem X\'s Fixed Header (kinda).'],
|
|
||||||
'Custom Board Navigation': [true, 'Show custom links instead of the full board list.'],
|
'Custom Board Navigation': [true, 'Show custom links instead of the full board list.'],
|
||||||
'Announcement Hiding': [true, 'Add button to hide 4chan announcements.'],
|
'Announcement Hiding': [true, 'Add button to hide 4chan announcements.'],
|
||||||
'404 Redirect': [true, 'Redirect dead threads and images.'],
|
'404 Redirect': [true, 'Redirect dead threads and images.'],
|
||||||
|
|||||||
@ -11,7 +11,6 @@
|
|||||||
'Catalog Links': [true, 'Turn Navigation links into links to each board\'s catalog.'],
|
'Catalog Links': [true, 'Turn Navigation links into links to each board\'s catalog.'],
|
||||||
'External Catalog': [false, 'Link to external catalog instead of the internal one.'],
|
'External Catalog': [false, 'Link to external catalog instead of the internal one.'],
|
||||||
'Enable 4chan\'s Extension': [false, 'Compatibility between 4chan X and 4chan\'s inline extension is NOT guaranteed.'],
|
'Enable 4chan\'s Extension': [false, 'Compatibility between 4chan X and 4chan\'s inline extension is NOT guaranteed.'],
|
||||||
'Fixed Header': [false, 'Mayhem X\'s Fixed Header (kinda).'],
|
|
||||||
'Custom Board Navigation': [true, 'Show custom links instead of the full board list.'],
|
'Custom Board Navigation': [true, 'Show custom links instead of the full board list.'],
|
||||||
'Announcement Hiding': [true, 'Add button to hide 4chan announcements.'],
|
'Announcement Hiding': [true, 'Add button to hide 4chan announcements.'],
|
||||||
'404 Redirect': [true, 'Redirect dead threads and images.'],
|
'404 Redirect': [true, 'Redirect dead threads and images.'],
|
||||||
|
|||||||
@ -13,10 +13,6 @@ Config =
|
|||||||
false
|
false
|
||||||
'Compatibility between <%= meta.name %> and 4chan\'s inline extension is NOT guaranteed.'
|
'Compatibility between <%= meta.name %> and 4chan\'s inline extension is NOT guaranteed.'
|
||||||
]
|
]
|
||||||
'Fixed Header': [
|
|
||||||
false
|
|
||||||
'Mayhem X\'s Fixed Header (kinda).'
|
|
||||||
]
|
|
||||||
'Custom Board Navigation': [
|
'Custom Board Navigation': [
|
||||||
true
|
true
|
||||||
'Show custom links instead of the full board list.'
|
'Show custom links instead of the full board list.'
|
||||||
Loading…
x
Reference in New Issue
Block a user