#watch -n 30 ‘make’
Works great when your webstack uses make to automagically compile multiple files then minify the whole mess down… but your constantly making tweaks and fixes.
#watch -n 30 ‘make’
Works great when your webstack uses make to automagically compile multiple files then minify the whole mess down… but your constantly making tweaks and fixes.