mango icon indicating copy to clipboard operation
mango copied to clipboard

Mango is a dynamic, database-free, and open source website framework.

Results 11 mango issues
Sort by recently updated
recently updated
newest added

For the use case when a content page is a self-contained HTML, ERB, HAML, etc. document

feature

Either RDiscount or RedCarpet - https://github.com/rtomayko/rdiscount/ - https://github.com/vmg/redcarpet Keep in mind the library will be used by both Tilt and Yard: - http://rubydoc.info/docs/yard/0.7.1/YARD/Templates/Helpers/MarkupHelper - https://github.com/rtomayko/tilt/blob/master/lib/tilt/rdiscount.rb - https://github.com/rtomayko/tilt/blob/master/lib/tilt/redcarpet.rb

dependency

https://github.com/sstephenson/sprockets https://github.com/maccman/sinatra-blog

dependency

Assume the following content pages in `content/blog/`: ``` $ tree content/blog/ content/blog/ ├── 1.md ├── 2.md ├── 3.md ├── 4.md ├── 5.md ├── 6.md ├── 7.md ├── 8.md ├── 9.md...

feature

http://pagespeed.googlelabs.com/#url=staging.ryansobol.com&mobile=false&rule=LeverageBrowserCaching http://code.google.com/speed/page-speed/docs/caching.html#LeverageBrowserCaching https://github.com/padrino/padrino-framework/tree/master/padrino-helpers

feature

At parse-time, `Mango::Application` should iteratively and recursively register all `.rb` Sinatra extensions that exist in an `extensions` directory. This will allow Mango users to write their own route handlers that...

feature

http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#caching Heroku's file system is read-only, which makes this type of caching useless. Instead, I plan on using HTTP caching for generated CSS assets.

bug