Skip to content

Commit

Permalink
[RakeFile] Add note about the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Aug 2, 2013
1 parent af802c5 commit f6e5708
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Expand Up @@ -323,6 +323,10 @@ namespace :examples do

desc "Build all examples"
task :build do

# TODO: sometimes it uses the installed gem
# Rake::Task['gem:install'].invoke

examples.entries.each do |example|
puts "Building example: #{example}"
Dir.chdir(example.to_s) do
Expand Down

0 comments on commit f6e5708

Please sign in to comment.