Skip to content

Commit 27611b2

Browse files
committed
send generated css to _site
1 parent aeb946d commit 27611b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ desc "compile and run the site"
22
task :default do
33
pids = [
44
spawn("bundle exec jekyll serve --watch"),
5-
spawn("bundle exec scss --quiet --watch stylesheets/scss:stylesheets"),
5+
spawn("bundle exec scss --quiet --watch stylesheets/scss:_site/stylesheets"),
66
]
77

88
trap "INT" do

0 commit comments

Comments
 (0)