We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc0e52 commit 8e37b5bCopy full SHA for 8e37b5b
webserver.js
@@ -43,7 +43,7 @@ var bundleBuilder = function(req, res, min){
43
// The CLI interface is:
44
// jam compile -i pat1 [-i pat2 [-i pat3]] -o outfile
45
var args = [ 'compile' ].concat(Object.keys(query).sort())
46
- .join(' -i ').split(' ').concat(['-o', fullname, '-v']);
+ .join(' -i ').split(' ').concat(['-o', fullname, '--almond']);
47
48
if (!min)
49
args.push('--no-minify');
0 commit comments