ivpusic / neo

Go Web Framework
http://ivpusic.github.io/neo/
MIT License
420 stars 43 forks source link

Neo cli to restart on static file changes #42

Closed azzuwan closed 7 years ago

azzuwan commented 7 years ago

Is there anyway to just use neo cli to detect changes in all the files in the project? I love Neo and it's Express like architecture!

ivpusic commented 7 years ago

you can provide configuration file. Example here http://ivpusic.github.io/neo/tutorials/2015/01/22/configuration.html ("suffixes" is option you need). Under the hood neo is using https://github.com/ivpusic/rerun, so you can get more info about suffixes here