c9 / architect

A simple yet powerful plugin system for large-scale node applications
MIT License
981 stars 129 forks source link

* Various fixes for server and client side use of architect in NC. #22

Closed javruben closed 11 years ago

javruben commented 11 years ago

@fjakobs @lennartcl @mostafaeweda

cayasso commented 11 years ago

This is awesome however the latest npm version is still pointing 0.1.10

Best, JB

mostafaeweda commented 11 years ago

@javruben @fjakobs Can you npm publish ? In the meanwhile, you can install like: npm install https://github.com/c9/architect/tarball/6738eb41fbec3f4c11b92c0796452a9a32806897

cayasso commented 11 years ago

Hey there is a syntax error at line 459 its an extra closing parenthesis.

https://github.com/c9/architect/blob/master/architect.js#L459

mostafaeweda commented 11 years ago

It's now fixed in master, sorry for the typo new install command: npm install https://github.com/c9/architect/tarball/1bad7d9e0b964c99149461b980afb6251dc7fb75

cayasso commented 11 years ago

no worries thank you!

JB

cayasso commented 11 years ago

Sorry for bugging you guys! has this ben updated in NPM, I still see 0.1.10, can any of you guys publish this new version @javruben @fjakobs really need a stable version for my project.

Best,

JB

cayasso commented 10 years ago

I cant believe no one has published this still since last year. I didn't want to fork the project.

lennartcl commented 10 years ago

@cayasso You're right, it's been way too long since an npm update. Sorry about that! We just updated it. Note that you can also try git dependencies as a way of getting a particular revision of a package through git.

cayasso commented 10 years ago

Yep @lennartcl that is what I been using, thank you a bunch for the update!!! Best! JB