Skip to content

Gulp build task does not include vendor JS files #6

@kokujin

Description

@kokujin

I think a quick solution would be to change line 85 in the gulpfile.js

applicationJavaScriptFiles = config.assets.js;
applicationJavaScriptFiles= config.assets.lib.js.concat(config.assets.js);

Probably no need to code a separate task that allows a build irrespective of the env mode.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions