Closed jots closed 11 years ago
At the moment we are using CodeKit to compile it, but it is OSX only.
A better way is to use the Sass Compiler with sass --watch css/index.scss:public/application.css
.
In the near future I'll switch it over to just use Sass Compiler in the Cakefile.
Added compileSass() to Cakefile.
You can now do cake build
or cake server
to generate application.css (provided you have the Sass compiler installed).
Followed the install instructions, when I go to http://localhost:9294 file main file is served up, but it references application.css which is not found.
how is application.css built?