Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.
tomrac87 edited this page Jul 10, 2013 · 15 revisions

Welcome to the stp.rtm wiki!

Dependencies installation

  1. MongoDB server
  1. MongoDB PHP Driver

Advanced usage

Compiling SCSS files

You can compile all SCSS files with proper configuration using this command (from main project path):

compass compile -c scripts/compass/compass.rb

You can also use watch to automatically compile after each changes:

compass watch -c scripts/compass/compass.rb

For production environment it's recommended to use compressed output:

compass compile -c scripts/compass/compass.rb --output-style compressed

Making changes in JS files

If you want to change our JS code, please use JSHint with our configuration file scripts/jshint/config.json as well.