I have the following line in my start script:
Bundles.transformer.load_conf(Bundles.find_file('config', 'map_transforms.rb'))
But instead of loading "map_transforms.rb", the (default?) "transforms.rb" is loaded. Only if I delete "transforms.rb", my own configuration script is loaded.
I have the following line in my start script:
But instead of loading "map_transforms.rb", the (default?) "transforms.rb" is loaded. Only if I delete "transforms.rb", my own configuration script is loaded.