ch007m/hyla

Adapt the slim backend to support generation of script tags using a list

cmoulliard opened this issue · 0 comments

    - if attr? :scripts
      - scripts = (attr :scripts)
      - scripts.split(',').lstrip.each do | script |
        script type='text/javascript' href=normalize_web_path( script, (attr :scriptsdir, ''))