Do not ignore custom build parameters
Regression from 941b206714
("improve size
reporting when building and add gzipped size").
This commit is contained in:
parent
18d0cf4dc1
commit
380c0843f2
@ -32,8 +32,8 @@ desc('Check Leaflet specs source for errors with JSHint');
|
||||
task('lintspec', {async: true}, hint('Checking for specs JS errors...', 'spec/spec.hintrc.js spec/suites'));
|
||||
|
||||
desc('Combine and compress Leaflet source files');
|
||||
task('build', {async: true}, function () {
|
||||
build.build(complete);
|
||||
task('build', {async: true}, function (compsBase32, buildName) {
|
||||
build.build(complete, compsBase32, buildName);
|
||||
});
|
||||
|
||||
desc('Run PhantomJS tests');
|
||||
|
Loading…
Reference in New Issue
Block a user