You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently upgrade my whole grunt workflow to ^1.0.0 and after doing so I know have to save a scss partial twice before it properly compiles and trigger live reload.
I am on version 1.1.1 and I have compass version 1.0.3
Please let me know if you need any more information to shed some light on the issue.
I did test this on an old project with pre 1.0.0 dev dependencies and it works as expected.
The text was updated successfully, but these errors were encountered:
mcclaskiem
changed the title
Have to resave scss files twice in order to trigger update
Have to resave scss files twice in order for update to trigger
May 5, 2016
I solved this problem by modifying the compass task in the watch object configuration of the gruntfile. I'm use Grunt in version 1.0.1 with Grunt-contrib-compass in version 1.1.1. Compass in version 1.0.3.
I recently upgrade my whole grunt workflow to ^1.0.0 and after doing so I know have to save a scss partial twice before it properly compiles and trigger live reload.
I am on version
1.1.1
and I have compass version1.0.3
Please let me know if you need any more information to shed some light on the issue.
I did test this on an old project with pre
1.0.0
dev dependencies and it works as expected.The text was updated successfully, but these errors were encountered: