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:
@@ -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']))
|
||||
|
||||
Reference in New Issue
Block a user