- use pseudo class :checked
- SCSS, Compass && Grunt to build it
- just use a code prettify library
gem install compass -v 1.0.0.alpha.19
why use 1.0.0.alpha.19? more
npm install -g grunt-cli
npm install
grunt
grunt watch
grunt production
add
cache_path = "/tmp/.sass-cache"
in config.rb
more
ps: 当在 window 与 vbox(ubuntu) 的共享文件夹时有此问题