Skip to content

Commit b29152c

Browse files
author
Jordan McCullough
committed
Merge pull request #216 from github/fix-rakefile-for-sass
Remove SASS build and compress on deprecated stylesheet
2 parents c6f17a9 + 367ddda commit b29152c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Rakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ end
77

88
task :test do
99
sh 'bundle exec sass --style compressed _stylesheets/page.scss:_stylesheets/page.css'
10-
sh 'bundle exec sass --style compressed _stylesheets/home.scss:_stylesheets/home.css'
1110
sh 'bundle exec jekyll build'
1211

1312
# HTML::Proofer.new("./_site").run

0 commit comments

Comments
 (0)