Skip to content

Commit

Permalink
delete stuff in examples/ as they're now GitHub Pages (gh-pages branch)
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Jan 8, 2009
1 parent 7b5a651 commit 74e4355
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 346 deletions.
8 changes: 5 additions & 3 deletions Rakefile
Expand Up @@ -56,7 +56,9 @@ task :manifest do
File.open('.manifest', 'w') {|f| f << list.join("\n") }
end

task :examples do
%x(haml examples/index.haml examples/index.html)
%x(sass examples/pagination.sass examples/pagination.css)
task :website do
Dir.chdir('website') do
%x(haml index.haml index.html)
%x(sass pagination.sass pagination.css)
end
end
Binary file removed examples/apple-circle.gif
Binary file not shown.
69 changes: 0 additions & 69 deletions examples/index.haml

This file was deleted.

92 changes: 0 additions & 92 deletions examples/index.html

This file was deleted.

90 changes: 0 additions & 90 deletions examples/pagination.css

This file was deleted.

91 changes: 0 additions & 91 deletions examples/pagination.sass

This file was deleted.

2 changes: 1 addition & 1 deletion website

0 comments on commit 74e4355

Please sign in to comment.