pharaun / alldice

Restful interface to a dice expression eval and generator.
Apache License 2.0
0 stars 1 forks source link

Look into yesod static asset ingestion. #35

Open pharaun opened 9 years ago

pharaun commented 9 years ago

See if its possible to do some sort of ingest of static asset upon build and upon deploy have the binary have a way to "dump" a default version of the asset locally for local modification for stuff like say the scheme stdlib, the html, couple other assets for quick test/modify cycle, but mostly in deploy mode.

Might be better to just do it as production vs test mode, where test mode just ingest local files, and production makes everything build first (ie shake) then ingest the file for deploy.