rails javascript_include_tag
Posted
by ash34
on Stack Overflow
See other posts from Stack Overflow
or by ash34
Published on 2010-05-21T20:38:34Z
Indexed on
2010/05/21
20:40 UTC
Read the original article
Hit count: 252
ruby-on-rails
Hi,
I have a few custom .js files in my public/javascripts folder. The 'javascript_include_tag' adds script tags to the head element. Are these executed in the order in which they appear. If yes, how do I control the order in which these script tags are added to my html.
thanks, ash
© Stack Overflow or respective owner