Skip to content

Commit

Permalink
use almond for custom bundles, too
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoflow committed Jan 28, 2013
1 parent 1dc0e52 commit 8e37b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var bundleBuilder = function(req, res, min){
// The CLI interface is:
// jam compile -i pat1 [-i pat2 [-i pat3]] -o outfile
var args = [ 'compile' ].concat(Object.keys(query).sort())
.join(' -i ').split(' ').concat(['-o', fullname, '-v']);
.join(' -i ').split(' ').concat(['-o', fullname, '--almond']);

if (!min)
args.push('--no-minify');
Expand Down

0 comments on commit 8e37b5b

Please sign in to comment.