Ortuna / padrino-pipeline

Sprockets for padrino apps
MIT License
21 stars 8 forks source link

css_assets & js_assets can be an array #4

Closed Ortuna closed 11 years ago

Ortuna commented 11 years ago

the config option for

    config.css_assets  = '/assets/css'

&&

    config.css_assets  = ['/assets/css', '/assets/stylesheets']

should both work, right now only the first example works.