Development precompilation workflow

Hi,

I’m new to ST and I started to make some customizations.
There is something that is causing me trouble and I don’t know if it’s my fault or it is llike that.
I’ve made a brand new design and now I’m adjusting the code on the SCSS side.

What I’m doing to see the SCSS changes are:

  • Make a change in a SCSS file
  • Precompile assets: bundle exec rake assets:precompile
  • Run the server: foreman start -f Procfile.static

This workflow is really time consuming beacuse I’ve to wait around 5 minutes for a simple css change.
Am I missing something or all of you do work this way?