jspm common bundles how to set output

17 views
Skip to first unread message

Nazmul Junaid

unread,
Aug 25, 2016, 5:08:17 PM8/25/16
to jspm
Hi
I'm using jspm 0.17.0-beta.27 and trying to bundle a common js file using the following cli command

jspm bundle 'clasA.js & classB.js common.js'

I get an error saying common.js is not found. 

Is there a specific way I need to specify common.js as the output file?

Thanks in advance.

Damien Lebrun

unread,
Aug 25, 2016, 8:02:32 PM8/25/16
to jspm
Hi,

I think you need to do:

    jspm bundle in1.js + in2.js out.js

"+" instead of "&" and no quote.
Reply all
Reply to author
Forward
0 new messages