Skip to content

Commit

Permalink
fix no server options bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Escalante committed Sep 29, 2015
1 parent c35b817 commit c35956a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/local_server.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Server
if @project.config.browser then _.merge(bs_options, @project.config.browser)

# add charge middleware after merge to prevent errors
opts = @project.config.server
opts = @project.config.server or {}
middlewares = []

if opts.clean_urls
Expand Down

0 comments on commit c35956a

Please sign in to comment.