1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-12 23:45:57 +00:00

Added version to model

This commit is contained in:
Scott Tolksdorf
2017-01-14 13:30:23 -08:00
parent 4be9f4a74a
commit 75f83427e0
2 changed files with 8 additions and 1 deletions

View File

@@ -11,7 +11,13 @@ const Proj = require('./project.json');
Promise.resolve()
.then(jsx('homebrew', './client/homebrew/homebrew.jsx', Proj.libs, ['shared']))
.then(() => {
console.log('here2');
})
.then(less('homebrew', './shared'))
.then(() => {
console.log('here?');
})
.then(assets(Proj.assets, ['./shared', './client']))
.then(livereload())
.then(server('./server.js', ['server']))