alarner / perk

A well documented set of tools for building node web applications.
http://perkframework.com
MIT License
181 stars 31 forks source link

Perk CSS not updating properly #98

Open alarner opened 7 years ago

alarner commented 7 years ago

Steps to reproduce:

  1. Add a new sass include file
  2. Import that include file into main.scss
  3. Change the include file - notice that the css doesn't update

Problem: Dependency graph not updating when import is included in main.scss because it only updates when a new file is added, not when a file is changed.

Fix: Cause the dependency graph to be rebuilt when a file is changed as well.