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

bower ignore stuff users don't care about #214

Closed scothis closed 10 years ago

scothis commented 10 years ago

End-users don't care about the 'test', 'bin' or 'docs', they just want curl. We can tell bower to ignore the extra stuff so there are fewer files on disk.

unscriptable commented 10 years ago

Look like this has ben done. Thanks, @scothis.