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