Skip to content

Commit ca75f09

Browse files
author
jordanmccullough
committed
Fix build path for stylesheets after refactor
1 parent 5d06ddb commit ca75f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ end
88
task :test do
99
sh 'bundle exec sass _stylesheets/page.scss:_stylesheets/page.css'
1010
sh 'bundle exec sass _stylesheets/home.scss:_stylesheets/home.css'
11-
sh 'bundle exec sass _stylesheets/outline.scss:_stylesheets/outline.css'
11+
sh 'bundle exec sass _stylesheets/outline.scss:_stylesheets/workbook.css'
1212

1313
sh 'bundle exec jekyll build'
1414

0 commit comments

Comments
 (0)