Adapt the slim backend to support generation of script tags using a list
cmoulliard opened this issue · 0 comments
cmoulliard commented
- if attr? :scripts
- scripts = (attr :scripts)
- scripts.split(',').lstrip.each do | script |
script type='text/javascript' href=normalize_web_path( script, (attr :scriptsdir, ''))