liferay / liferay-theme-tasks

A set of tasks for building and deploying Liferay Portal themes.
18 stars 24 forks source link

Gulp watch on scss files #8

Closed petersiman closed 8 years ago

petersiman commented 9 years ago

Hi, I have tried to overrideaui/_variables.scss file from unstyled theme in my custom theme and deployed it with gulp deploy. Everything worked fine and the change was visible on my local Liferay. But after I ran gulp watch task, the changes in aui/_variables.scss file weren't applied.

Does the gulp watch task work on SCSS files as well?

shimon

vernaillen commented 9 years ago

I noticed the same issue here

robframpton commented 8 years ago

The watch task has since been refactored, and it accounts for sass partials. Closing as this is no longer an issue. Thanks,