middleman-gibberish icon indicating copy to clipboard operation
middleman-gibberish copied to clipboard

Gibberish always building off of /build/ regardless of build_dir

Open janzheng opened this issue 7 years ago • 0 comments

Hey there,

I have set :build_dir, 'my_build_folder' in my config.rb file to something other than the default build folder, but gibberish seems to always look at the build folder regardless.

Looking at the code: File.join(@app.root, 'build') — could you switch build and source to read off of the :build_dir environment instead?

Thanks!

janzheng avatar Feb 21 '18 02:02 janzheng