Rakefile in patternfly-sass-2.7.0 vs Rakefile in patternfly-sass-2.8.0
- old
+ new
@@ -42,10 +42,10 @@
desc "Start a web server with both the less and the sass version"
task :serve => :deps do
require 'webrick'
server = WEBrick::HTTPServer.new :Port => 9000, :DirectoryIndex => []
{
- '/' => 'spec/html/main.html',
+ '/' => 'spec/main.html',
'/less/dist/css' => 'spec/html/dist/css',
'/less/dist/fonts' => 'assets/fonts/patternfly',
'/less/dist/img' => 'assets/images/patternfly',
'/less/dist/js' => 'assets/javascripts',
'/less/components' => 'bower_components',