Skip to content

Commit

Permalink
Adding collapsible zoom slider and a build:templates task.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Feb 15, 2011
1 parent e606220 commit 9ffaf5c
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 12 deletions.
8 changes: 8 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
namespace :build do

desc "Rebuild just the templates, no CSS or JS"
task :templates do
`jammit && git co public/assets/*.gz && git co public/assets/*.css && git co public/assets/viewer.js`
end

end
Loading

0 comments on commit 9ffaf5c

Please sign in to comment.