gluejs icon indicating copy to clipboard operation
gluejs copied to clipboard

--include doesn't understand directories when using --transform

Open panta opened this issue 10 years ago • 0 comments

In fact, when doing:

node_modules/.bin/gluejs --verbose --transform coffeeify --global App --include client/app/ --out public/app.js

I get the output:

[===================] 2 / 2 100% 0.0s
Error in input pipe to pipe: 2 -> 3 { [Error: EISDIR, read] errno: 28, code: 'EISDIR' }

But without transform:

node_modules/.bin/gluejs --verbose --global App --include client/app/ --out public/app.js

I get:

commonjs info Excluded non-js/non-json file: client/app
commonjs info Excluded non-js/non-json file: client/app/index.coffee
commonjs info Processing package: root

panta avatar Apr 04 '14 19:04 panta