Skip to content

Commit

Permalink
Using compressor in tests to verify that it minifies properly
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Sep 5, 2012
1 parent 8b2404b commit b237767
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ var tests = {
'should build YQL and': {
topic: function() {
var child = spawn(shifter, [
'--no-cache'
'--no-cache',
'--compressor'
], {
cwd: srcBase
});
Expand Down

0 comments on commit b237767

Please sign in to comment.