Skip to content
Snippets Groups Projects
Commit 5c393a0f authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Updating this to include Lloyd's concatOnly

parent bd56cd07
No related branches found
No related tags found
No related merge requests found
......@@ -184,6 +184,11 @@ steal(function( steal ) {
return outBaos.toString();
};
}
},
concatOnly: function() {
steal.print("steal.compress - Not compressing resources, only concatenating");
return function( src ) { return src; }
}
};
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment