angular-gettext icon indicating copy to clipboard operation
angular-gettext copied to clipboard

Add option to prevent caching

Open FabianMeul opened this issue 10 years ago • 3 comments

Added an option to prevent the caching of the localization files.

FabianMeul avatar Jun 15 '15 11:06 FabianMeul

Thanks! Few issues before we can consider merging this:

  1. Add tests
  2. Make your changes in src/. dist/ is generated from that, so your changes will get overwritten.

gabegorelick avatar Jul 03 '15 19:07 gabegorelick

Added the code to src/.

Could use some help writing the test though, I'm not really familiar with Unit Tests... :-)

FabianMeul avatar Oct 14 '15 22:10 FabianMeul

cache option is enough to prevent caching.

crissdev avatar Oct 31 '15 15:10 crissdev