SidKH / markup-starter

MIT License
0 stars 1 forks source link

Need new folder structure #33

Closed ghost closed 8 years ago

ghost commented 8 years ago

For WP devs needed next structure: Build folder must contain css (with css files) and js (with js files) also they needed to compile JQuery library separate from vendors because wp contains JQuery also.

For YII devs we must create new build with:

SidKH commented 8 years ago

I'll leave gitignore unchanged for non backend type of projects (to prevent bower folder to be in the git) and for the WP and YII projects develpers need to simply remove bower/ from gitignore by themselves.