Skip to content

Commit

Permalink
Merge pull request jlong#20 from lsirivong/master
Browse files Browse the repository at this point in the history
--watch Rake Task fix
  • Loading branch information
m5o committed Mar 26, 2012
2 parents 9113aa7 + d002c5d commit c2b1688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -46,7 +46,7 @@ task :build => [BOOTSTRAP_CSS, BOOTSTRAP_MIN_CSS, BOOTSTRAP_RESPONSIVE_CSS, BOOT

desc "rebuild regular version of bootstrap when modifications are made"
task :watch do
sh "expanded --watch lib/bootstrap.scss:#{BOOTSTRAP_CSS}"
sh "#{SASS_COMMAND} expanded --watch lib/bootstrap.scss:#{BOOTSTRAP_CSS}"
end

task :default => :build

0 comments on commit c2b1688

Please sign in to comment.