yumikokh / kokh-gulp-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kokh app

Check task commands list npm run or gulp -T

install

yarn or npm install

dev

npm start or yarn start
It's a common command when developing,
which includes build & serve & watch.

build

npm run build

imgmin

npm run imgmin

deliver

npm run deliver
You can take out compressed and optimized js/css/image files.

sprite

npm run sprite
Sprite images are created from Images which you put in src/sprite_src with directory name,
and will be put them away at src/sprite_dest.

About


Languages

Language:JavaScript 69.4%Language:HTML 15.6%Language:CSS 15.1%