Add `developer` to reserved path

This commit is contained in:
Buu Nguyen 2014-07-07 16:45:04 -07:00
parent 2f8454c973
commit 5a40d0a6a0
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ const
'site', 'blog', 'about', 'explore',
'styleguide', 'showcases', 'trending',
'stars', 'dashboard', 'notifications',
'search'
'search', 'developer'
]
, RESERVED_REPO_NAMES = ['followers', 'following', 'repositories']
, GH_BRANCH_SEL = '*[data-master-branch]'