winton/stasis

Albino and nokogiri are required in site/controller.rb while a development dependency

Bastes opened this issue · 3 comments

Shouldn't they be a global dependency instead ?

The site directory is used to render the http://stasis.me site. Albino and nokogiri are not required to render your own site (unless you need the functionality they provide).

Strange, the problem happens when site/controller.rb attempts to require the albino and nokogiri when using the stasis command. Should it be loaded then ?

Got it ^^ sorry for the trouble, I just started to install my gems in vendor/bundle and guess what, I assumed stasis wouldn't attempt to read it.