#242: build dlls during dev server start

This commit is contained in:
SleepWalker
2016-11-29 08:12:20 +02:00
parent d4e96abbca
commit fdfb02986e
3 changed files with 24 additions and 2 deletions

View File

@ -1,3 +1,4 @@
/* eslint-env node */
/* eslint-disable no-console */
import fs from 'fs';
import {sync as globSync} from 'glob';