File structure
How Bepop is structured.
What's include
You'll find the following directories and files, grouping common resources and providing both compiled and minified distribution files, as well as raw source files.
Bepop/ |-- package.json |-- GruntFile.js |-- assets/ | |-- css/ | |-- img/ | |-- js/ | |-- scss/ |-- libs/ | |-- jquery/ | |-- bootstrap/ | |-- ... |-- docs/ | |-- index.html | |-- build.html | |-- ... |-- html/ | |-- index.html | |-- ...