cujojs / curl

curl.js is small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts.
https://github.com/cujojs/curl/wiki
Other
1.89k stars 216 forks source link

cram css plugin appends the css extension twice #247

Closed stanislawosinski closed 10 years ago

stanislawosinski commented 10 years ago

When running cram on the cujo seed project, I'm getting:

cram failed:  ENOENT, open 'e:\repositories\carrotsearch.com\labs\cujo\theme\basic.css.css'
unscriptable commented 10 years ago

Hey @stanislawosinski,

Thanks for filing this. I'll fix it and push it out in the next sub-release.

We haven't updated seed to use cram.js, yet. I see other things that are likely causing problems for you. (Ah, I see you've filed other bugs already. ) ) I'll update seed to use cram and push a new version to master soon.

-- John

unscriptable commented 10 years ago

I applied your fix the the dev branch. Thanks again!

stanislawosinski commented 10 years ago

Happy to help!