feat: add a gulp command for release
Signed-off-by: Rodolphe Pelloux-Prayer <rodolphe@damsy.net>
This commit is contained in:
parent
52cca39823
commit
aaa97495fd
6 changed files with 103 additions and 4 deletions
16
keys.template.js
Normal file
16
keys.template.js
Normal 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: ''
|
||||
};
|
||||
|
||||
})();
|
||||
Loading…
Add table
Add a link
Reference in a new issue