mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
Improve building process (es6 bundle)
This commit is contained in:
parent
8967bc3817
commit
0a2b826f71
16 changed files with 1279 additions and 1317 deletions
12
.cmds
Normal file
12
.cmds
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue