8000 Gulp fails when a flag is specified without tasks · Issue #5 · inikulin/gulp-ll · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Gulp fails when a flag is specified without tasks #5
Closed
@richadr

Description

@richadr

If you run gulp without specifying the task but with a flag (any flag), it will fail.

gulp --production will fail
gulp default --production is OK

Here's a test to place in test/test.js:

test('Regression - Gulp fails when a flag is specified without tasks (GH-5)', function () {
    // NOTE: smoke test, this should pass without error
    return runGulp('--dev');
});

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0