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

Updated vitreum, fixed events in render warnings

This commit is contained in:
Scott Tolksdorf
2017-01-17 00:39:28 -05:00
parent 5bfa195dc7
commit 6544d63b23
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ const livereload = require('vitreum/steps/livereload.js').partial;
const Proj = require('./project.json');
Promise.resolve()
.then(jsx('homebrew', './client/homebrew/homebrew.jsx', Proj.libs, ['shared']))
.then(jsx('homebrew', './client/homebrew/homebrew.jsx', Proj.libs, 'shared'))
.then(less('homebrew', './shared'))
.then(assets(Proj.assets, ['./shared', './client']))
.then(livereload())