Skip to content

Bower missing in watch for CSS scripts #66

@codeofsumit

Description

@codeofsumit

in gulpfile.js

gulp.watch(['app/styles/**/*.scss', 'app/styles/**/*.css'], ['styles', 'scripts', reload]);

should be

gulp.watch(['app/styles/**/*.scss', 'app/styles/**/*.css'], ['bundle', reload]);

otherwise everytime you change something in a CSS file, the bower scripts are missing.

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