Improve building process (es6 bundle)

This commit is contained in:
RainLoop Team 2016-08-11 02:16:58 +03:00
parent 8967bc3817
commit 0a2b826f71
16 changed files with 1279 additions and 1317 deletions

12
.cmds Normal file
View file

@ -0,0 +1,12 @@
# transifex
tx pull -a
# dependencies checker
npm-check --skip-unused
# dependencies locker
npm shrinkwrap --dev
# js code validation
gulp v