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

View File

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

View File

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

View File

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

View File

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