summaryrefslogtreecommitdiff
path: root/src/Hakyll/Main.hs
AgeCommit message (Expand)AuthorFilesLines
2016-12-22Fix the exit code behaviour of checkJasper Van der Jeugt1-1/+1
2016-10-14Update to optparse-applicative 0.13Chris Wong1-1/+2
2016-07-24cmdArgs to Options.Applicativesk3r1-71/+52
2015-04-30Let caller decide exitErik Dominikus1-12/+17
2015-01-10Ensure "Listening on 0.0.0.0:8000" message is not garbledJasper Van der Jeugt1-7/+8
2014-03-24"Serve on" should be "bind on".chrisdotcode1-1/+1
2014-03-24Add flag to bind on selected host.chrisdotcode1-8/+14
2013-08-29add preview port Configuration fieldJorge Israel Peña1-7/+8
2013-08-28* Preview now shows the deprecation message and calls watch.Eric Stolten1-1/+1
2013-08-251. Added the WATCH_SERVER flag that is enabled by defaultEric Stolten1-12/+18
2013-08-20Added a watch command that will continually poll for changes and rebuild them.Eric Stolten1-0/+3
2013-05-22Deploy should propagate error codeSimonas Kazlauskas1-1/+1
2013-05-20Have Build and Rebuild exit with a status to the shell.Evan Cofsky1-3/+3
2012-12-31Allow checking internal links onlyJasper Van der Jeugt1-4/+9
2012-12-31Remove verbosity from configurationJasper Van der Jeugt1-13/+8
2012-12-31cmdargs isn't pretty but it's the best we have...Jasper Van der Jeugt1-133/+61
2012-12-29Refactor & fixes for external link checkerJasper Van der Jeugt1-3/+4
2012-12-29Draft tool to check internal linksJasper Van der Jeugt1-0/+8
2012-12-29Move preview modulesJasper Van der Jeugt1-2/+2
2012-11-24Add snapshotsJasper Van der Jeugt1-26/+42
2012-11-13Stuff works now (somewhat)Jasper Van der Jeugt1-11/+11
2012-11-09Remove Resource typeJasper Van der Jeugt1-2/+2
2011-08-06Add a flag to disable the preview serverJasper Van der Jeugt1-5/+37
2011-06-15Add deploy commandJasper Van der Jeugt1-1/+11
2011-05-29Relax Rules to RulesM a in most placesJasper Van der Jeugt1-5/+5
2011-05-27Fix issue regarding preview serverJasper Van der Jeugt1-28/+26
2011-04-14Fix warningJasper Van der Jeugt1-2/+2
2011-02-23Remove debug outputJasper Van der Jeugt1-3/+1
2011-02-23Add cabal flag for inotifyJasper Van der Jeugt1-1/+1
2011-02-19Preview/INotify now worksJasper Van der Jeugt1-1/+3
2011-02-18Fix inotify preview pollingJasper Van der Jeugt1-7/+5
2011-02-15Receive list of used resources in Run moduleJasper Van der Jeugt1-2/+14
2011-02-10Add prototype inotify backendJasper Van der Jeugt1-2/+14
2011-02-10Move preview server, update to snap 0.4Jasper Van der Jeugt1-1/+1
2011-02-03Add command-line argsJasper Van der Jeugt1-2/+72
2011-02-03Add a top-level configuration typeJasper Van der Jeugt1-0/+21