Brands
Summits

PMC Summits

Sass assets are transpiled with compass for this theme.

Run in the theme directory:

compass compile -e production --force

For more information, visit this Confluence page:

https://confluence.pmcdev.io/pages/viewpage.action?pageId=23429225 (opens in a new tab)

Minify JS with Uglify. Install Uglify globally.

npm install uglify-js -g

To minify a JS file just run a similar script to the following. In this example we are minifying metaxbox.js.

uglifyjs js/metabox.js -o js/metabox.min.js 

For more information on Uglify https://www.npmjs.com/package/uglify-js (opens in a new tab)