0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 15:12:43 +00:00

Setupping up the basic components

This commit is contained in:
Scott Tolksdorf
2016-05-14 18:49:49 -04:00
parent 92e110ba15
commit ec968f47da
10 changed files with 286 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ module.exports = function(app){
prerenderWith : './client/spellsort/spellsort.jsx',
initialProps: {
url: req.originalUrl,
spells : require('./spellsort.spells.js')
},
clearRequireCache : !process.env.PRODUCTION,
}, function (err, page) {