nitrotasks / nitro

The beautiful way to get things done.
https://nitrotasks.com
GNU Affero General Public License v3.0
518 stars 66 forks source link

no application.css #226

Closed jots closed 11 years ago

jots commented 11 years ago

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?

stayradiated commented 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.

stayradiated commented 11 years ago

Added compileSass() to Cakefile.

You can now do cake build or cake server to generate application.css (provided you have the Sass compiler installed).