Skip to content

Commit 8e37b5b

Browse files
committed
use almond for custom bundles, too
1 parent 1dc0e52 commit 8e37b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webserver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var bundleBuilder = function(req, res, min){
4343
// The CLI interface is:
4444
// jam compile -i pat1 [-i pat2 [-i pat3]] -o outfile
4545
var args = [ 'compile' ].concat(Object.keys(query).sort())
46-
.join(' -i ').split(' ').concat(['-o', fullname, '-v']);
46+
.join(' -i ').split(' ').concat(['-o', fullname, '--almond']);
4747

4848
if (!min)
4949
args.push('--no-minify');

0 commit comments

Comments
 (0)