Cowboy-coder / bundle-up

An asset manager for nodejs
MIT License
56 stars 22 forks source link

Windows Support #25

Open jpillora opened 12 years ago

jpillora commented 12 years ago

Currently, paths are all built manually, not using path. Need to replace all '/' with path.sep to get the correct OS path joining (or just use path.join).

There may be more windows bugs though I haven't fully tested.

Cowboy-coder commented 11 years ago

Hm, I don't have a windows computer myself. So I prefer if this comes in as a pull request by someone.

gdibble commented 11 years ago

bump @jpillora

jpillora commented 11 years ago

Sorry guys, I've moved on, I'm currently using a customised version of mincer