Skip to content

Commit 3aa6af5

Browse files
author
Matthew McCullough
committed
Compiling materials.scss to css as part of the build
1 parent c6b5d50 commit 3aa6af5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rakefile

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ end
77

88
task :test do
99
sh 'bundle exec sass _stylesheets/cheatsheet.scss:_stylesheets/cheatsheet.css'
10+
sh 'bundle exec sass _stylesheets/materials.scss:_stylesheets/materials.css'
1011
sh 'bundle exec sass _stylesheets/outline.scss:_stylesheets/outline.css'
1112
sh 'bundle exec sass _stylesheets/page.scss:_stylesheets/page.css'
1213
sh 'bundle exec sass _stylesheets/slide.scss:_stylesheets/slide.css'

0 commit comments

Comments
 (0)