diff --git a/twenty-frontend/tasks/nanoc.rake b/twenty-frontend/tasks/nanoc.rake index 40b4217..a0b0120 100644 --- a/twenty-frontend/tasks/nanoc.rake +++ b/twenty-frontend/tasks/nanoc.rake @@ -15,7 +15,9 @@ namespace :nanoc do Dir.chdir(cwd) do buildenv = args.buildenv || ENV["buildenv"] || "development" sh "rm -rf build/css/" - Bundler.with_unbundled_env { sh "buildenv=#{buildenv} bundle exec nanoc co" } + Bundler.with_unbundled_env { + sh "buildenv=#{buildenv} bundle exec nanoc co" + } end end