UNPKG

noide

Version:

Web Editor built on hapi and nes websockets using browserify, superviews.js, bootstrap and the ACE editor.

18 lines (17 loc) 279 B
module.exports = [{ watch: { paths: ['client/**/*.js', 'client/**/*.html'] }, tasks: [{ command: 'npm', args: ['run', 'build:app:js'] }] }, { watch: { paths: 'client/**/*.scss' }, tasks: [{ command: 'npm', args: ['run', 'build:css'] }] }]