Skip to content

Commit

Permalink
CombineStylesheets setting set to true
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpin authored and Charles Jolley committed May 26, 2009
1 parent da8381a commit 13d345e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Buildfile
Expand Up @@ -60,7 +60,7 @@ mode :all do

# by default do not minify javacript or stylesheets
:minify => true,
:minify_css => false,
:minify_css => true,

# use the default layout defined in SproutCore
:layout => 'sproutcore:lib/index.rhtml',
Expand All @@ -84,9 +84,10 @@ mode :debug do

# Do not combine javascript and stylesheet
:combine_javascript => false,
:combine_stylesheets => false,
:combine_stylesheets => true,

:minify_javascript => false,
:minify_css => true,

:build_prefix => 'tmp/debug/build',
:staging_prefix => 'tmp/debug/staging',
Expand Down

0 comments on commit 13d345e

Please sign in to comment.