nxus / clientjs

Client JS compilation for Nxus applications
1 stars 0 forks source link

Support new boot stage 'build', remove buildOnly config #33

Open loppear opened 4 years ago

loppear commented 4 years ago

Depends on nxus/core#126

build-js-components script now just

NODE_ENV=production DEBUG=nxus:clientjs:* nxus_client_js__buildSeries=1 nxus_exitAfter=build npm start

rather than needing to disable any problematic startup modules.