Shopify / fleek

Keep your styles hot :nail_care:
MIT License
35 stars 5 forks source link

uninitialized constant Fleek::Server::Listen (NameError) #5

Open qq99 opened 8 years ago

qq99 commented 8 years ago
=> Booting Puma
=> Rails 5.0.0.beta3 application starting in development on http://0.0.0.0:3000
=> Run `rails server -h` for more startup options
=> Ctrl-C to shutdown server
Exiting
/Users/username/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/fleek-0.1.2/lib/fleek/server.rb:13:in `initialize': uninitialized constant Fleek::Server::Listen (NameError)

any ideas @bouk ?

bouk commented 8 years ago

they probably changed something with Listen not being loaded by default in the new beta, I'll probably have to add a require 'listen' in that file