yesod/yesod
2012-04-02 07:35:30 -07:00
..
input Fixed scaffolding; removed tiny; added bootstrap.css 2012-03-29 08:43:37 +02:00
scaffold use setLogger 2012-03-30 09:16:53 -07:00
Scaffolding Fix a warning 2012-03-29 09:03:22 +02:00
static Add 'yesod/' from commit '45bbb0fc93db341ecac1406234fe0e880d63ed12' 2011-07-22 08:59:52 +03:00
test MySQL scaffolding support (#247) 2012-01-31 07:16:14 +02:00
.gitignore Add 'yesod/' from commit '45bbb0fc93db341ecac1406234fe0e880d63ed12' 2011-07-22 08:59:52 +03:00
Build.hs fix import warnings 2012-04-02 07:35:30 -07:00
Devel.hs use hs-source-dirs, no hamlet deps in 7.4 2012-04-01 06:58:23 -07:00
LICENSE Add 'yesod/' from commit '45bbb0fc93db341ecac1406234fe0e880d63ed12' 2011-07-22 08:59:52 +03:00
main.hs be clear that we are using the yesod-core version 2012-03-14 08:37:53 -07:00
README.md fix bulleted lists, typo 2011-10-04 17:15:08 +03:00
Setup.lhs Add 'yesod/' from commit '45bbb0fc93db341ecac1406234fe0e880d63ed12' 2011-07-22 08:59:52 +03:00
yesod.cabal Fixed scaffolding; removed tiny; added bootstrap.css 2012-03-29 08:43:37 +02:00
Yesod.hs Added missing import statement 2012-01-17 09:11:18 +02:00

Overview

The yesod package

  • groups together the various Yesod related packages into one cohesive whole.
  • contains the executable yesod

There are 2 main features of the executable

  • yesod devel - start a development environment
  • yesod init - create a scaffolded site

Scaffolding

Test suite

install the shelltest package: cabal install shelltests

Run this from the project root directory. It will make sure each site type builds. It first does an sdist, which ensures we are testing what will be put on hackage.

test/run.sh

Give it the --debug flag to see all output

Quicker, repeatable site building

Useful for debugging individual failures.

test/runscaffold.sh < sqlite-input.txt

Getting a list of scaffold files for the cabal file

It is necessary after adding a scaffolding file to add it to the list of files in the cabal file.

find scaffold -type f