#7021 closed enhancement
gruntfile: Watch Task- lets watch the scss files
Reported by: | hnla | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | |
Cc: |
Description
Patch adds a watch task to gruntfile.js with an initial task watching any changes to *.scss files to run the sass task compiling to .css.
Attachments (1)
Change History (6)
#2
@
9 years ago
Hmm ok hadn't realised that existed, not sure why this seems such a complex thing, this patch simply sets 'watch' to compile the scss file changes to css file, if the BP requirements are more complicated than that due to ? 'build' task then better leave this ticket.
Note: See
TracTickets for help on using
tickets.
Add a watch task to gruntfile.