Skip to content

Dev Tools

nirix edited this page Feb 12, 2012 · 2 revisions

Anyone who wants to contribute or simply make changes to their own copy of Traq needs to know a few important things.

First, the directory _dev contains stuff related to the development process.

CSS

While the main CSS file for Traq is assets/css/main.css that file is never edited directly, that file is compiled by Sass.

The _dev/css.sh file is used to compile Sass files stored in the _dev/css directory to CSS files stored in the assets/css directory for as long as its running in the terminal..

If you attempt to run the _dev/css.sh file and get the error that the command sass doesn't exist, you will need to install the sass gem and the Ruby language as well if you don't have that either.

Clone this wiki locally