Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-22 | Fix a typo in disabled preview server function. | Magnus Therning | 1 | -1/+1 | |
Signed-off-by: Magnus Therning <magnus@therning.org> | |||||
2015-01-10 | Ensure "Listening on 0.0.0.0:8000" message is not garbled | Jasper Van der Jeugt | 1 | -26/+27 | |
2014-04-07 | Fix compilation when disabling preview server | Jasper Van der Jeugt | 1 | -1/+1 | |
2014-03-31 | Added imports that are missing when compiling under Windows. | Dacto | 1 | -0/+2 | |
2014-03-24 | Add flag to bind on selected host. | chrisdotcode | 1 | -11/+9 | |
2014-03-04 | Use OS threads for watch on Windows | Simonas Kazlauskas | 1 | -7/+14 | |
2013-08-28 | * Preview now shows the deprecation message and calls watch. | Eric Stolten | 1 | -8/+9 | |
* 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 | -18/+21 | |
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 | -4/+39 | |
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-21 | Clean up type declarations, use fst and <$>. | Evan Cofsky | 1 | -6/+4 | |
2013-05-20 | Have Build and Rebuild exit with a status to the shell. | Evan Cofsky | 1 | -11/+7 | |
2013-04-04 | Add event filtering based on pattern | Jasper Van der Jeugt | 1 | -2/+3 | |
2013-03-31 | Refine code | Simonas Kazlauskas | 1 | -10/+4 | |
This patch includes several smaller changes, namely: 1. We don't use result of `update` function and likely never will, so don't bother generating it. 2. Rename watch function to better reflect what it does. 3. Never exit preview server in case of failed update. | |||||
2013-03-30 | Run server in main thread | Simonas Kazlauskas | 1 | -3/+1 | |
2013-03-24 | Allow overriding the `deploy` command with Haskell code | Samuel Tardieu | 1 | -4/+1 | |
By overriding `deploySite` with a `Configuration -> IO ()` code, the user can execute Haskell code to deploy the site rather than shell code. The default behaviour honors the `deployCommand` configuration field and is backward compatible. | |||||
2013-01-15 | Make run return ExitCode | Jasper Van der Jeugt | 1 | -8/+9 | |
2013-01-06 | Add TmpFile utilities | Jasper Van der Jeugt | 1 | -5/+3 | |
2012-12-31 | Allow checking internal links only | Jasper Van der Jeugt | 1 | -2/+2 | |
2012-12-31 | Remove verbosity from configuration | Jasper Van der Jeugt | 1 | -13/+15 | |
2012-12-31 | cmdargs isn't pretty but it's the best we have... | Jasper Van der Jeugt | 1 | -0/+128 | |