moved stylesheets
This commit is contained in:
parent
145f81046b
commit
f7700443ec
|
@ -1,2 +1,2 @@
|
|||
site
|
||||
source/stylesheets/.sass-cache
|
||||
*/.sass-cache
|
1
Rakefile
1
Rakefile
|
@ -50,7 +50,6 @@ desc "Generate site files only"
|
|||
task :generate_site => :clean do
|
||||
puts "Generating website..."
|
||||
system "jekyll"
|
||||
Dir["#{site}/stylesheets/*.sass"].each { |f| rm_rf(f) }
|
||||
system "mv #{site}/atom.html #{site}/atom.xml"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue