What is the file structure?


  • css - (acompiled css files)
    • custom.css - (An empty css file where you can write your custom css code.)
    • style.css - (Compiled css (unminified))
    • style.min.css - (Compiled css (minified))
  • fonts - (fonts used inside the template)
  • img - (images used inside this template)
  • js - ( javascript files)
    • dev - (unminified version of the scripts)
    • all.js - (All the JavaScript files concatenated and minified.)
    • custom.js - (An empty JavaScript file where you can write your custom JavaScript code)
    • modernizr.js - (Feature detection library for HTML5 and CSS3)
  • less - (less files)
    • global - (Global less files which define some general behavior)
    • libs - (Css and less files required by some JavaScript plugins)
    • modules - (List of less modules)
    • custom.less - (An empty less file where you can write your custom less code)
    • style.less - (A global less file where all other less files are imported)
  • swf - (flash files)
  • dev-boilerplate.html - (Development version of the layout where are included all the unminified version of the files)
  • index.html - First header version
  • index.html - Second header version
  • index.html - Third header version

...etc.


Last update:
2015-05-15 11:37
Author:
Cristina Cavruc
Revision:
1.0
Average rating: 4 (1 Vote)