caspii / flinkbox

flinkbox
0 stars 0 forks source link

Tools

This is the code for http://flinkbox.de

Simple local HTTP server: $ python -m SimpleHTTPServer

Compiling Bootstrap/Bootswatch

$ sudo apt-get install node-less yui-compressor

  1. git clone https://github.com/twbs/bootstrap
  2. Copy less folder into Flinkbox root directory
  3. Get variables.less and bootswatch.less from bootswatch.com
  4. Move the new variables.less and bootswatch.less files to the less folder, replacing the existing variables.less file.
  5. At the end of bootstrap.less, append @import "bootswatch.less";
  6. In root directory: $ lessc less/bootstrap.less > css/bootstrap.min.css

TODOS