dbankier / JAST

JAST is a boilerplate with a mash of tools for rapid Alloy development
91 stars 15 forks source link

Add debounce on watch for saving multiple files simultaneously. #22

Closed gimdongwoo closed 7 years ago

gimdongwoo commented 7 years ago

Hello.

When files are saved at the same time, only one file is worked.

I found the solution to this problem in grunt-contrib-watch. https://github.com/gruntjs/grunt-contrib-watch#compiling-files-as-needed

I do not use JADE and STSS, but I love the JAST's gruntfile.

I applaud all of your works, including TiShadow. I respect you.

dbankier commented 7 years ago

Excellent. Thank you!