marcinpraczko / osl-devops-tools

Tools which help setup local development easier and faster
2 stars 0 forks source link

Add inotify and script to rebuild on file changes #8

Closed marcinpraczko closed 6 years ago

marcinpraczko commented 6 years ago

During development it is importnat that pages can be rebuild quickly when files changes. There are different approches to achieved that, consider one of following:

marcinpraczko commented 6 years ago

Sphix-doc tools docker is based on Debian - so inotify can be installed with command:

apt-get install inotify-tools