NRGI / nrgi-country-dashboards

dashboards
GNU General Public License v2.0
1 stars 0 forks source link

Generate JSON data files #13

Open markbrough opened 9 years ago

markbrough commented 9 years ago

Pull on datapackage files to create JSON containing all series required for a particular chart

markbrough commented 9 years ago

gulp combinedata can be configured to combine several datapackages into the format suitable for a single chart.

At the moment the (faked) CKAN-API data formatted-files should go into source and after running gulp combinedata they are output to app/data/. This command is also run during build and deploy commands.