recommendationRaccoon
recommendationRaccoon copied to clipboard
Not being able to persist config file changes
If i do configuration in my project, it is affected in local file but it is taking configuration from default confguration file. so my new configuration is not being persist.
change the default configuration file located in node_molues/raccoon/lib/config.js I believe. Worked for me
If anyone is still having trouble with this. You can have a look at Procyon which is a rewrite of recommendationRaccoon to better support multiple instances with different class names, cleaner code and better use of modern JavaScript language features.