How to import library with blur-admin.
I'm trying to use AWS's amplify.js library in blur-admin. I've npm installed it, but can't seem to find the file where all the node_modules are actually included in the project. If anyone could point me in the right direction on how to import a third party node_js library, that would be super helpful.
They only inject bower dependencies in the project from the /gulp/conf.js
I installed the aws-sdk with bower install aws-sdk-js. The package is fully present in bower_componenets, but isn't being included in the project. I get "AWS is not defined" when I try and instantiate a new S3 object with var s3 = new AWS.s3();
Has anyone added dependencies like firebase
Did you manage to add external lib/module and make it work in the production environment?
Ok, I managed to add the dependency by bower install DEPENDENCY --save and then resolved issue with different behaviour of dev and production env by:
https://gist.github.com/majkelo/1fcacd3aea7c00ad2e31e2fdf696b5e9