mandarinx / prismic-website

Prismic-website is a super simple module for working with Prismic.io and small websites. Based on Node.js, Express and Handlebars.
0 stars 0 forks source link

Add documentation for using config.production #8

Open mandarinx opened 9 years ago

mandarinx commented 9 years ago

Add to README.

Note to self: Add a property to config.json called production and set the value to the production directory. Make it relative to base. When ENV is dev, it uses the dev dirs, and when ENV is production it will check if config.production is present if it is, use it, otherwise default to dev dirs.