@Phoscur, give modules-webmake <https://github.com/medikoo/modules-webmake>a try, with plain written requires it will just work (no matter if it's same or external package module), it also has the smallest footprint from all similar tools I know.
At this moment it won't jslint or minify your files but this can be easily configured to be done aside. It also won't watch file for changes yet (this is in the works) but it's fast enough to work as binded directly to server. Currently I work with application that's build of over 200 modules from about dozen of different packages and build time for that is about 1 second. I find that acceptable for development, but surely I look forward to efficient file caching, then build time won't be noticeable at all. >From what you're saying you're exactly after what I was about year ago, I was then very surprised that no solid tool exists. Let me know your thoughts. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
