Skip to content

Location and File Explanation

Andy Mc edited this page Jun 24, 2021 · 1 revision

CSS

Source Files Location

The CSS source files are located in /cp-styles

When compiled, the minified CSS file lives here:
/themes/ee/cp/css/common.min.css

Javascript

Source Files Location

The source files for the current JS live here:
/themes/ee/cp/js/src/

When compiled, the processed JS files live here:
/themes/ee/cp/js/build/

NOTE: These files are NOT minified. You can read more about this in "Running build system".