alarner / perk

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

Rebuild sass dependency graph when a new file is added #42

Closed alarner closed 8 years ago

alarner commented 8 years ago

If a sass file attempts to @import another sass file that doesn't exist the build breaks as it should. However, if the non-existent file is subsequently created, sass fails to update its dependency graph. This PR fixes that issue.