Skip to content

Commit

Permalink
Don't force Jammit
Browse files Browse the repository at this point in the history
  • Loading branch information
Heigh Tech LLC committed May 9, 2011
1 parent 3a11aea commit c9a1056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guard/jammit.rb
Expand Up @@ -48,7 +48,7 @@ def run_on_change(paths)
def jammit def jammit
::Jammit.load_configuration ::Jammit::DEFAULT_CONFIG_PATH ::Jammit.load_configuration ::Jammit::DEFAULT_CONFIG_PATH
puts "Jamming" puts "Jamming"
::Jammit.packager.force = true ::Jammit.packager.force = false
::Jammit.packager.precache_all ::Jammit.packager.precache_all
true true
end end
Expand Down

0 comments on commit c9a1056

Please sign in to comment.