diff --git a/Assetfile b/Assetfile index 00b52d73..03ced5fa 100644 --- a/Assetfile +++ b/Assetfile @@ -71,7 +71,7 @@ end output 'public/styles' input assets.styles do match '**/*.{scss,sass}' do - sass assets.production? ? { style: :compressed } : nil + sass assets.production? ? { style: :compressed } : {} concat [], ['app.css'] end end