Skip to content

Commit

Permalink
Compiling materials.scss to css as part of the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew McCullough committed Jan 9, 2014
1 parent c6b5d50 commit 3aa6af5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ end

task :test do
sh 'bundle exec sass _stylesheets/cheatsheet.scss:_stylesheets/cheatsheet.css'
sh 'bundle exec sass _stylesheets/materials.scss:_stylesheets/materials.css'
sh 'bundle exec sass _stylesheets/outline.scss:_stylesheets/outline.css'
sh 'bundle exec sass _stylesheets/page.scss:_stylesheets/page.css'
sh 'bundle exec sass _stylesheets/slide.scss:_stylesheets/slide.css'
Expand Down

0 comments on commit 3aa6af5

Please sign in to comment.