Skip to content

"gulp build" does not work properly #38

Description

@dbachko

The problem is in the 'scripts' task.:

runSequence(['clean:dev', 'clean:dist'],
['scripts', 'compass', 'imagemin'],
'bundle', 'copy');

The tasks do not run in the correct sequence --the 'bundle' task starts before the 'scripts' task finishes. Because of this lag, there is no scripts folder available in the 'dist' folder for the bundle to use.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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