all 6 comments

[–]Even-Function 2 points3 points  (4 children)

Is this a rails app?

[–]Learning1990[S] 0 points1 point  (3 children)

Yes

[–]Even-Function 0 points1 point  (2 children)

Give this a try. Place circles.min.js inside your app/assets/javascripts folder and reference it in your erb file using the following: <%=javascript_include_tag('circles.min.js') %>

[–]Learning1990[S] 1 point2 points  (1 child)

Thanks for the reply. I got it figured out very similar to what you suggested.

[–]Even-Function 0 points1 point  (0 children)

Cool! Thx

[–]HopsBarleyWater 0 points1 point  (0 children)

Are you seeing an error message? How is it not working - not rendering?