This website requires JavaScript.
Explore
Help
Sign In
github-migration
/
sinatra-static-assets
Watch
1
Star
0
Fork
You've already forked sinatra-static-assets
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d7668570b8
sinatra-static-assets
/
.gitignore
7 lines
30 B
Plaintext
Raw
Normal View
History
Unescape
Escape
move to gemcutter
2009-10-19 19:47:08 +00:00
*.gem
First commit.
2009-06-01 17:53:37 +00:00
*~
Replaced 'closed' flag through simple block handling: `tag(name, options) { some_content }` becomes `<name opt=...>content</name>` `tag((name, options)` becomes `<tag opt=... />` This will only produce XHTML!
2009-11-22 09:09:32 +00:00
*.swp
*.swo
First commit.
2009-06-01 17:53:37 +00:00
\#*
.\#*