moved stylesheets
This commit is contained in:
parent
145f81046b
commit
f7700443ec
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
site
|
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
|
task :generate_site => :clean do
|
||||||
puts "Generating website..."
|
puts "Generating website..."
|
||||||
system "jekyll"
|
system "jekyll"
|
||||||
Dir["#{site}/stylesheets/*.sass"].each { |f| rm_rf(f) }
|
|
||||||
system "mv #{site}/atom.html #{site}/atom.xml"
|
system "mv #{site}/atom.html #{site}/atom.xml"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user