0
このスクリプトを添付します:http://findify-assets-2bveeb6u8ag.netdna-ssl.com/search/prod/beatmed.com.min.js with RequireJSが必要ですが、他のスクリプトをrequireから削除します。RequireJSで外部スクリプトをロードする
マイJS:configとHTMLで
var config = {
paths: {
"findify": "//findify-assets-2bveeb6u8ag.netdna-ssl.com/search/prod/beatmed.com.min",
"test": "////maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min"
},
}
require.config(config);
:
<script type="text/javascript">
require(['findify']);
</script>
私はfindifyスクリプトに問題がある、 "テスト" 負荷コンソールでエラーなし。
コンソールのエラー:
また、このスクリプトをロード例えば、他のファイル:
ありがとうございましたが、今はまだこの情報をどうするのか分かりません。何か考えてみませんか? –
それは別の質問です。どのようなfindifyが使われているのか分かりません。 しかし、[ここ](https://github.com/findify/findify-magento) – Legends