code > features

This commit is contained in:
Zixaphir 2013-04-21 17:45:17 -07:00
parent 4c63dd478b
commit 6257982bf0
54 changed files with 5 additions and 12 deletions

View File

@ -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'

View File

@ -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.'],

View File

@ -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.'],

View File

@ -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.'],

View File

@ -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.'