Skip to content

Commit

Permalink
Added documentation for compiling the assets. Closes #623
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxx Crawford committed Jun 3, 2018
1 parent 8a23824 commit ced54ce
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/development.rst
Expand Up @@ -151,6 +151,22 @@ Read the beautiful docs::
open html/index.html


Editing the Website Theme via SASS
----------------------------------

The theme is built and compiled using [SASS](https://sass-lang.com/ruby-sass). The SCSS files only compile the Codesy website CSS file. To edit the Widget or the iFrame, edit their CSS files directly.

Install requirements::

gem install sass

To compile the assets::

cd static/css
sass --watch scss/codesy-home.scss:codesy-home.css

.. note:: Add the flag, `--watch`, to recompile assets when any assosiated files are saved.

What to work on
---------------

Expand Down

0 comments on commit ced54ce

Please sign in to comment.