yeoman / bower-requirejs

[DEPRECATED] Automagically wire-up installed Bower components into your RequireJS config
375 stars 68 forks source link

Tests don't pass on Windows #93

Closed robdodson closed 10 years ago

robdodson commented 10 years ago

See #88

It sounds like the tests are failing on windows because it's expecting a different slash character. @bezoerb @florianv @jrcryer anyone want to take a stab at this?

abrenneke commented 10 years ago

With the two commits above, all tests are passing for me on windows, I can run grunt without issue.

robdodson commented 10 years ago

Awesome! Let me verify these and merge them in