Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 654 Bytes

BACKLOG.md

File metadata and controls

12 lines (10 loc) · 654 Bytes

Backlog

Tests

  • Add a testing suite (preferably rspec)

Features

  • Allow the user to give a single route for a Controller#Show route, instead of hard coding every unique Resource#Show URL
    • Implementation should account for any route that allows variables/parameters in the URL
  • Error reporting during CSS generation (404, 500 errors, etc.)
  • Allow the user to pass arguments to Penthouse.js, i.e. Viewport size, etc. For a list of the configurable options, please see Penthouse
  • Improve installation process, if possible
  • Improve implementation. Is their a better solution then using Rails.cache?