Skip to content
Electron-libre edited this page Feb 19, 2012 · 20 revisions

Play 2.0 tips and tricks

To use Play Framework 2 with Twitter Bootstrap 2 :

  • Build Play from last sources (near RC3)
  • copy bootstrap's less files into app/assets/stylesheets/bootstrap/
  • ad an underscore before each bootstrap.less import declaration and rename each file the same way
  • move bootstrap.less file into app/assets/stylesheets/

Clone this wiki locally