bem-site / bem-forum-content-ru

Content BEM forum for Russian speak users
MIT License
56 stars 6 forks source link

Внешние скрипты #786

Open godfreyd opened 8 years ago

godfreyd commented 8 years ago

Подключаю скрипты на страницу:

scripts: [{ elem : 'js', url : 'https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&libraries=places' }],
scripts: [{ elem : 'js', url : 'https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js' }],

смотрю исходный код, их нет. В чем причина?

voischev commented 8 years ago

Нужно все-все в один массив складывать

scripts: [
    { elem : 'js', url : 'https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&libraries=places' },
    { elem : 'js', url : 'https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js' }
],
godfreyd commented 8 years ago

Спасибо!!!! Я так понимаю тоже самое и css ?

qfox commented 8 years ago

Да, конечно.