專案資料夾結構
最近公司使用一組套件 PixelAdmin 看他的檔案結構,我自己蠻喜歡的所以有略作一下自己的結構
|- www/
|-assets
|- js/
|- css/
|- image/
|- fonts/
|- index.html
|- html/
|-common
|- header.html
|- footer.html
|-layout
|-layout.html
|- index.html
|- .tmp/
|- js/
|- main.js
|- mobile.js
|- css/
|- style.css
|- style.css.map
|- mobile.css
|- mobile.css.map
|- index.html
|- javascripts/
|-libs/
|- bootstrap/
|- styles/
|- libs/
|- bootstrap/
|- scss/
|- default.scss
|- gulpfile.js
|- package.json
|- node_modules/