We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb946d commit 27611b2Copy full SHA for 27611b2
Rakefile
@@ -2,7 +2,7 @@ desc "compile and run the site"
2
task :default do
3
pids = [
4
spawn("bundle exec jekyll serve --watch"),
5
- spawn("bundle exec scss --quiet --watch stylesheets/scss:stylesheets"),
+ spawn("bundle exec scss --quiet --watch stylesheets/scss:_site/stylesheets"),
6
]
7
8
trap "INT" do
0 commit comments