diff options
author | Anike Arni <aarni@thoughtworks.com> | 2017-02-21 16:00:07 -0300 |
---|---|---|
committer | Anike Arni <aarni@thoughtworks.com> | 2017-02-21 16:01:43 -0300 |
commit | d5d7c8607138c8f39b55cdaa6ef3231c98d6af8a (patch) | |
tree | ed611e3d790d64f73be8ef0113158fbde92bd4fb /web-ui/config | |
parent | f21558d8ceea177a26096e4922eef02413394058 (diff) |
Fix production environments css directory
with @tuliocasagrande
Diffstat (limited to 'web-ui/config')
-rw-r--r-- | web-ui/config/compass.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/config/compass.rb b/web-ui/config/compass.rb index 9c52a04e..13940ba6 100644 --- a/web-ui/config/compass.rb +++ b/web-ui/config/compass.rb @@ -17,7 +17,7 @@ # Set this to the root of your project when deployed: -target_dir = ENV['PIXELATED_BUILD'] == 'package' ? 'dist' : 'app' +target_dir = 'app' http_path = "/" |