──frontend ├─gallery ├─modules │ └─msPick │ ├─css │ ├─images │ └─src └─node_modules ├─grunt ├─grunt-cmd-concat ├─grunt-cmd-transport ├─grunt-contrib-clean └─grunt-contrib-uglify
* "gallery" folder will be contains seajs and other libary like jquery etc.
* "modules" will be puted the independent module of ourselfs,like msPickPlugin developed by zhiwei;
and it will be contains their css/images/pages/source.
* node_modules contains plugins of grunt.