Brands
Summits WWD

PMC Summits - WWD

To compile SCSS to css use following commands in project root.

  • Development - compile with:

compass compile -e development --force

This compiles the scss with output style set to 'expanded', style.css, and also generates sourcemaps.

  • Production - compile with:

compass compile -e production --force

This compiles with output style set to 'compressed' ( minified ), style.css and doesn't generate any sourcemaps.