Skip to content

Instantly share code, notes, and snippets.

@wcc526
Created September 26, 2015 06:50
Show Gist options
  • Save wcc526/7d50173de30a4a9390b8 to your computer and use it in GitHub Desktop.
Save wcc526/7d50173de30a4a9390b8 to your computer and use it in GitHub Desktop.
html.md

CSS Convention

  • 一律使用 SCSS 撰寫 CSS
  • CSS 裡用到的圖片放在 assets/stylesheets/images
  • 站上的圖片如 logo.pngsearch.png 放在 assets/images
  • 永遠不會改的靜態檔案如 robots.txtfavicon.ico 放在 public/ 下
  • 太大的圖片也放在 public/ 下
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment