Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Commit

Permalink
Always compile assets unless dev
Browse files Browse the repository at this point in the history
  • Loading branch information
HashNuke committed Mar 26, 2014
1 parent 84bd9d3 commit 722cef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -9,7 +9,7 @@ sprockets = Sprockets::Environment.new("./") do |env|
env.append_path 'assets/javascripts'
env.append_path 'assets/stylesheets'
env.append_path 'assets/images'
if ENV["MIX_ENV"] == "prod"
unless ENV["MIX_ENV"] == "dev"
env.js_compressor = Uglifier.new
env.css_compressor = :scss
end
Expand Down

0 comments on commit 722cef9

Please sign in to comment.