Add support for configurably including strings

* Add json-loader to load JSON files via webpack
* Add a JSON file for string overrides
* Add a getter method to BaseString for an easier and more clearly
defined approach to accessing string values
This commit is contained in:
gconsidine
2017-07-12 15:40:14 -04:00
parent 87101d18d2
commit 594c4d6ce2
5 changed files with 3766 additions and 13 deletions

View File

@@ -63,6 +63,7 @@
"jshint": "^2.9.4",
"jshint-loader": "^0.8.3",
"jshint-stylish": "^2.2.0",
"json-loader": "^0.5.4",
"karma": "^1.4.1",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.1.1",