build profile option list dynamically from config.js

This commit is contained in:
Norbert Renner 2014-05-30 11:55:25 +02:00
parent 9279913d36
commit 0e77fc6c6e
4 changed files with 37 additions and 18 deletions

13
config.js Normal file
View file

@ -0,0 +1,13 @@
BR.conf = {
profiles: [
'trekking',
'fastbike',
'shortest',
'all',
/* "does not contain expressions for context node" (?)
'softaccess',
*/
'moped',
'car-test'
]
};