ch007m / hyla

Hyla command tool to create a new asciidoctor project (blog, web, training, ...), generate content, watch resources and build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

cmoulliard opened this issue · comments

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