File structure
How Basik 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.
Basik/ |-- package.json |-- GruntFile.js |-- assets/ | |-- css/ | |-- img/ | |-- js/ | |-- scss/ |-- libs/ | |-- jquery/ | |-- bootstrap/ | |-- ... |-- docs/ | |-- index.html | |-- build.html | |-- ... |-- html/ | |-- dashboard.html | |-- app.user.html | |-- ...