NUKnightLab / TimelineJS3

TimelineJS v3: A Storytelling Timeline built in JavaScript. http://timeline.knightlab.com
Mozilla Public License 2.0
2.95k stars 618 forks source link

Contributing #488

Closed brandonprudent closed 7 years ago

brandonprudent commented 7 years ago

Is there a more standard way to watch for changes to source/ and rebuild the project? It says to rerun fab build periodically, but that's a bit of a pain isn't it? I've found

fswatch -o source | xargs -n1 -I{} fab build

To be helpful on my setup (OSX). Perhaps that could be mentioned to save others some trouble?

scott2b commented 7 years ago

general build management is a known issue across several of our projects that we would like to address someday. No guarantees this will be done soon, but it is something that we want to address

Outside scope of current gitHub issue tracking