You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 26, 2019. It is now read-only.
When you need another language, you should import a locale file using your ember-cli-build.js. Just import vendor/bootstrap-datepicker-locales/bootstrap-datepicker.<LANGUAGE_CODE>.js, e.g.:
This returns: `Error: ENOENT: no such file or directory, open '/../tmp/source_map_concat-input_base_path-FkhxKBxt.tmp/vendor/bootstrap-datepicker-locales/bootstrap-datepicker.nl.js'
Importing directly from node_modules seems to work fine though:
In the documentation it says:
This returns: `Error: ENOENT: no such file or directory, open '/../tmp/source_map_concat-input_base_path-FkhxKBxt.tmp/vendor/bootstrap-datepicker-locales/bootstrap-datepicker.nl.js'
Importing directly from
node_modules
seems to work fine though:app.import('node_modules/bootstrap-datepicker/dist/locales/bootstrap-datepicker.nl.min.js');
The text was updated successfully, but these errors were encountered: