Rakefile in patternfly-sass-1.3.0 vs Rakefile in patternfly-sass-1.3.1

- old
+ new

@@ -80,10 +80,10 @@ FileUtils.rm_rf '.sass-cache' FileUtils.rm_rf 'spec/results' end desc "Run the tests with a web server" -task :test do +task :test => :compile do pid = Process.fork do puts "Starting web server on port 9000" $stdout.reopen('/dev/null', 'w') $stderr.reopen('/dev/null', 'w') Rake::Task[:serve].invoke