feat: add a gulp command for release

Signed-off-by: Rodolphe Pelloux-Prayer <rodolphe@damsy.net>
This commit is contained in:
Rodolphe Pelloux-Prayer 2017-05-04 22:18:31 +02:00
parent 52cca39823
commit aaa97495fd
No known key found for this signature in database
GPG key ID: D6C96C01D7A679A4
6 changed files with 103 additions and 4 deletions

16
keys.template.js Normal file
View file

@ -0,0 +1,16 @@
(function() {
// COPYING: Please get your own API keys from the sites listed below
BR.keys = {
// Bing maps, http://www.microsoft.com/maps/default.aspx
bing: '',
// DigitalGlobe, https://developer.digitalglobe.com/maps-api/#plans
digitalGlobe: '',
// Thunderforest, http://thunderforest.com/pricing/
thunderforest: ''
};
})();