Не найден прибор для реального API Stealjs
Когда я собираю сжатый javascript и css с помощью stealjs, я не получаю сообщение об ошибке "Обнаружено устройство" для реального API, а не URL-адрес устройства. Почему это происходит и как решить?
// CanJS model
can.Model("Models.ProtocolLimit", {
indAll: 'GET /protocol_limits'
}, {});
// Rails route
resources :protocol_limits, :only => [:index]
Сообщение об ошибке:
fixture INFO: ajax request to /protocol_limits, no fixture found
failed to open file file:/protocol_limits JavaException: java.io.FileNotFoundException: /protocol_limits (No such file or directory)
Exception in thread "Thread-0" org.mozilla.javascript.EcmaError: TypeError: Cannot call method "indexOf" of null (steal/rhino/env.js#24542)