mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-20 11:21:28 +00:00
Added smart componenets, page line number highlighting
This commit is contained in:
@@ -12,10 +12,8 @@ const Proj = require('./project.json');
|
||||
Promise.resolve()
|
||||
.then(jsx('homebrew', './client/homebrew/homebrew.jsx', Proj.libs, './shared'))
|
||||
.then(less('homebrew', './shared'))
|
||||
|
||||
.then(jsx('admin', './client/admin/admin.jsx', Proj.libs, './shared'))
|
||||
.then(less('admin', './shared'))
|
||||
|
||||
.then(assets(Proj.assets, ['./shared', './client']))
|
||||
.then(livereload())
|
||||
.then(server('./server.js', ['server']))
|
||||
|
||||
Reference in New Issue
Block a user