bower-requirejs icon indicating copy to clipboard operation
bower-requirejs copied to clipboard

[DEPRECATED] Automagically wire-up installed Bower components into your RequireJS config

Results 9 bower-requirejs issues
Sort by recently updated
recently updated
newest added

Hey there, Just wanted start by document this. I have a few ignoredDependencies in `.bowerrc`: ``` json { "scripts": { "postinstall": "grunt shell:bower-requirejs" }, "ignoredDependencies": [ "d3", "backbone", "gsap", "jquery",...

Hi, does there happen to be a setting(s) (beyond merely the main file) for overriding the used **path key**? E.g. bower uses `deonasdan-bootstrap-datetimepicker` as a key name for the path...

pmandala-mac:yoBackbone pmandala$ grunt build Loading "bower-requirejs.js" tasks...ERROR > > Error: Cannot find module 'bower' Running "clean:dist" (clean) task > > 1 path cleaned. Running "createDefaultTemplate" task Running "jst:compile" (jst) task...

It would be nice to have a non-destructive or additive-only mode that wouldn't override path for any module path already defined in the paths of the config file. Though, the...

We have a hand-written require config with a lot of comments. Wanted to know if there is interest in working on a version that doesn't touch the file except minimally....

My requirejs config is dynamically created in grunt. it appears (and correct me if i'm wrong) that this utility requires my config to be saved to a file in order...

I see from the docs that this plugin modifies the current requirejs.config (if present) and tries to be non-destructive about how it does that. This means, amongst other things, that...

Just learning Bower and Node. Wanted to try bower-requirejs, but no errors, just failure. It turns out that I had an error "Cannot read property 'moduleType' of undefined" generated somewhere...

My requirejs config looks as such: ``` requirejs.config({ urlArgs: 'v=' + (new Date().getTime()) }); ``` However, when I run bower-requirejs I end up with a config that has an evaluated...