Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 348 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 348 Bytes

Doonan helps you generate CSS presentation code.

Inputs:

  • 1 or more output templates *.scss.erb
  • settings.json
  • image files

Outputs:

  • *.css

Approach:

  • In Ruby, create a binding context for the template rendering
    • parse settings.json
    • merge info about the local image files
  • Use tilt to render the templates