Jae

Results 5 comments of Jae

Is it more prefered to go with similar patterns of having a pair of get-object-metadata and map->GetObjectMetadataRequest function? I've made a pull request here - https://github.com/weavejester/clj-aws-s3/pull/47

you can have the requirejs configuration in your main app.js. instead of having it copied from package.json

yes me too, none of the config is passed through to requirejs.... not sure if that's intended feature you can easily have requirejs.config({...}) in your main app.js and use Jam...

the module managed by Jam needs to be accessible via url as it's loaded asynchronously by require.js. without changing Jam what you could do is to have packageDir to be...