The node-stitch tag has no wiki summary.
2
votes
2answers
360 views
Stitch & Grunt — File not found
Just started playing with Grunt and would like to use Stitch to combine my modules for the use on the client side. I don’t have much experience with commonJS in general and both libaries are new to me ...
14
votes
0answers
1k views
Comparison of hem, browserify, stitch and others [closed]
I've seen some node modules that allow compiling CommonJS/Node.js modules for the browser. Until now I've found:
browserify
hem
stitch
browserbuild
volo
cajon
I am currently using browserify and I ...
0
votes
1answer
102 views
Moved node-stitch project from Linux to Windows - now it won't build
I'm getting an error that doesn't really make much sense. This is the part of my Cakefile that does the coffee compilation:
buildsrc: ->
stitch = require 'stitch'
fs = require 'fs'
# ...
