AJFaraday / smiff_music

Social Media InterFace For Music - It's only a concept at this stage, the end-game is a situation where people can interact with a twitter account and music will result.
6 stars 1 forks source link

duplicate script tags in root page #11

Closed 1bpm closed 9 years ago

1bpm commented 9 years ago

The rendered html of the main page contains duplicate script tags. After (/assets/)sound/patterns.js, the order is: sound/pattern.js , sound/sample.js, sound/sound.js, application.js , sound/sound.js , sound/sample.js , sound/pattern.js

using Ruby 1.9.3 / Rails 4.1.0

AJFaraday commented 9 years ago

It looks like these didn't need to be manually added in the layout in Rails 4.2

I've removed the manual declaration and they are now loaded once.