I've downloaded the angular I18n repo using bower install angular-i18n
which pulls it into my bower_compontents
and updates the bower.json
file with angular-i18n : 1.5.3
, which is expected behavior.
I want to include a specific locale(ex. de-de.js) in my build process so that it gets included along with the other angular scripts, every time I run grunt serve
which isn't happening at the moment. Any ideas how this can be achieved?
Thanks.