From d5d7c8607138c8f39b55cdaa6ef3231c98d6af8a Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Tue, 21 Feb 2017 16:00:07 -0300 Subject: Fix production environments css directory with @tuliocasagrande --- web-ui/config/compass.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui/config') 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 = "/" -- cgit v1.2.3