Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-30 | Let caller decide exit | Erik Dominikus | 1 | -12/+17 | |
2015-01-10 | Ensure "Listening on 0.0.0.0:8000" message is not garbled | Jasper Van der Jeugt | 1 | -7/+8 | |
2014-03-24 | "Serve on" should be "bind on". | chrisdotcode | 1 | -1/+1 | |
2014-03-24 | Add flag to bind on selected host. | chrisdotcode | 1 | -8/+14 | |
2013-08-29 | add preview port Configuration field | Jorge Israel Peña | 1 | -7/+8 | |
Make it possible to specify the default port to listen on when the preview server is run. This is useful if another service on the system already runs on port 8000 (the default), since it's a hassle to keep providing the port overriding option. For example: ./site preview vs. ./site preview -p 4000 | |||||
2013-08-28 | * Preview now shows the deprecation message and calls watch. | Eric Stolten | 1 | -1/+1 | |
* Details on how to disable the server in the command description. | |||||
2013-08-25 | 1. Added the WATCH_SERVER flag that is enabled by default | Eric Stolten | 1 | -12/+18 | |
1. Added an argument to watch, --no-server which will disable the embedded server. 1. Added a deprecation message to the preview mode | |||||
2013-08-20 | Added a watch command that will continually poll for changes and rebuild them. | Eric Stolten | 1 | -0/+3 | |
2013-05-22 | Deploy should propagate error code | Simonas Kazlauskas | 1 | -1/+1 | |
And return 1 if neither deployCommand and deploySite is set. | |||||
2013-05-20 | Have Build and Rebuild exit with a status to the shell. | Evan Cofsky | 1 | -3/+3 | |
2012-12-31 | Allow checking internal links only | Jasper Van der Jeugt | 1 | -4/+9 | |
2012-12-31 | Remove verbosity from configuration | Jasper Van der Jeugt | 1 | -13/+8 | |
2012-12-31 | cmdargs isn't pretty but it's the best we have... | Jasper Van der Jeugt | 1 | -133/+61 | |
2012-12-29 | Refactor & fixes for external link checker | Jasper Van der Jeugt | 1 | -3/+4 | |
2012-12-29 | Draft tool to check internal links | Jasper Van der Jeugt | 1 | -0/+8 | |
2012-12-29 | Move preview modules | Jasper Van der Jeugt | 1 | -2/+2 | |
2012-11-24 | Add snapshots | Jasper Van der Jeugt | 1 | -26/+42 | |
2012-11-13 | Stuff works now (somewhat) | Jasper Van der Jeugt | 1 | -11/+11 | |
2012-11-09 | Remove Resource type | Jasper Van der Jeugt | 1 | -2/+2 | |
2011-08-06 | Add a flag to disable the preview server | Jasper Van der Jeugt | 1 | -5/+37 | |
2011-06-15 | Add deploy command | Jasper Van der Jeugt | 1 | -1/+11 | |
2011-05-29 | Relax Rules to RulesM a in most places | Jasper Van der Jeugt | 1 | -5/+5 | |
2011-05-27 | Fix issue regarding preview server | Jasper Van der Jeugt | 1 | -28/+26 | |
2011-04-14 | Fix warning | Jasper Van der Jeugt | 1 | -2/+2 | |
2011-02-23 | Remove debug output | Jasper Van der Jeugt | 1 | -3/+1 | |
2011-02-23 | Add cabal flag for inotify | Jasper Van der Jeugt | 1 | -1/+1 | |
2011-02-19 | Preview/INotify now works | Jasper Van der Jeugt | 1 | -1/+3 | |
2011-02-18 | Fix inotify preview polling | Jasper Van der Jeugt | 1 | -7/+5 | |
2011-02-15 | Receive list of used resources in Run module | Jasper Van der Jeugt | 1 | -2/+14 | |
2011-02-10 | Add prototype inotify backend | Jasper Van der Jeugt | 1 | -2/+14 | |
2011-02-10 | Move preview server, update to snap 0.4 | Jasper Van der Jeugt | 1 | -1/+1 | |
2011-02-03 | Add command-line args | Jasper Van der Jeugt | 1 | -2/+72 | |
2011-02-03 | Add a top-level configuration type | Jasper Van der Jeugt | 1 | -0/+21 | |