[CSV Export] Add CSV library as dependency

For use in general-purpose CSV export service, #649
This commit is contained in:
Victor Woeltjen
2016-02-05 12:21:06 -08:00
parent 73324ce338
commit 3ae8fcc8b4
2 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,7 @@ requirejs.config({
"legacyRegistry": "src/legacyRegistry",
"angular": "bower_components/angular/angular.min",
"angular-route": "bower_components/angular-route/angular-route.min",
"csv": "bower_components/comma-separated-values/csv.min",
"es6-promise": "bower_components/es6-promise/promise.min",
"moment": "bower_components/moment/moment",
"moment-duration-format": "bower_components/moment-duration-format/lib/moment-duration-format",