Skip to content

Commit

Permalink
First working version
Browse files Browse the repository at this point in the history
  • Loading branch information
Winton Welsh committed Nov 17, 2008
1 parent a84bd63 commit 23166e0
Show file tree
Hide file tree
Showing 9 changed files with 5,570 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
.DS_Store
7 changes: 7 additions & 0 deletions generator/lightbox_generator.rb
@@ -0,0 +1,7 @@
class LightboxGenerator < Rails::Generator::Base
def manifest
record do |m|
m.asset 'MooTools 1.2.1', 'mootools_1.2.1', 'javascripts'
end
end
end

0 comments on commit 23166e0

Please sign in to comment.