After successfully downloading the angular I18n repo by using bower install angular-i18n
, it is now located in my bower_components
directory and has updated the bower.json
file with angular-i18n : 1.5.3
as expected.
However, I am facing an issue where a specific locale (ex. de-de.js) is not being included in my build process when I run grunt serve
. I would like this locale to be added along with the other angular scripts. Does anyone have any suggestions on how I can accomplish this?
Thank you in advance.