How to add a non-Amber library with bower? (for example processing js)
问题 I have started a project with amber init and then bower install processing --save to get processing.js added. I do the initialisation with firstProcessingInstance <return Processing.instances[0]> This method is called by the instance method initialize and it worked a pre-Amber v0.13 version. How do I initialize Processing.js in Amber 0.13 and 0.14? The code of the example is here Addition after answer by Herby In version 0.13 and 0.14 a configuration file processing.amd.json has to be added