Skip to content

Commit

Permalink
Tests are more useful if you actually run them.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Aug 6, 2010
1 parent 20b5f88 commit 973a568
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION.yml
Expand Up @@ -2,4 +2,4 @@
:major: 0
:minor: 10
:patch: 4
:build: pre.1
:build: pre.2
4 changes: 3 additions & 1 deletion doc-src/content/CHANGELOG.markdown
Expand Up @@ -7,8 +7,10 @@ layout: article
COMPASS CHANGELOG
=================

0.10.4.pre.1 (8/5/2010)

0.10.4.pre.2 (8/5/2010)
-----------------------
*Note:* 0.10.4.pre.1 had a bug and was yanked.

* [Extensions] Make it easier to create manifest files.
* [Rails] Don't install configuration files when installing extensions.
Expand Down
2 changes: 1 addition & 1 deletion lib/compass/commands/stamp_pattern.rb
Expand Up @@ -72,7 +72,7 @@ def initialize(working_path, options)
# all commands must implement perform
def perform
installer.init
installer.run(:skip_finalization => true, :skip_preparation => true)
installer.run(:skip_finalization => true, :skip_preparation => !is_project_creation?)
UpdateProject.new(working_path, options).perform if installer.compilation_required?
installer.finalize(options.merge(:create => is_project_creation?))
end
Expand Down
2 changes: 1 addition & 1 deletion lib/compass/installers/manifest.rb
Expand Up @@ -51,7 +51,7 @@ def each_#{t}
type :javascript, :plural => :javascripts, :extensions => %w(js)
type :font, :plural => :fonts, :extensions => %w(otf woff ttf)
type :html, :plural => :html, :extensions => %w(html haml)
type :file :plural => :files
type :file, :plural => :files
type :directory, :plural => :directories

def discover(type)
Expand Down

0 comments on commit 973a568

Please sign in to comment.