CSS Concatenation can be performed one of three ways:

  1. Selecting a list of @import statements inside
  2. Selecting a list of tags with href attributes
  3. Selecting a list of css files in a resource view.

After selecting the resources then bring up the right click menu and click on the "Rockstarapps -> Concatenate CSS..." menu.

Concatenate CSS Menu

-

Concatenate CSS Menu

This will bring up the following wizard that allows users to select the output location of the concatenated CSS file and the order the resources will be concatenated.

Select output file location

The first page of the wizard allows users to select the output location of the concatenated CSS file. If the file already exists, check the Overwrite current file checkbox

Concatenate CSS Output

Concatenation Properties

This screen provides the ability to tell the concatenation engine what file types will be created. jsLex creates a new file for each type of concatenation technique. This allows developers to switch between them easily.

Concatenate CSS Properties

The list of resources can be manipulated in case the list contains any that do not exist or the order is in correct.

Concatenate CSS Properties

Rebuild Concatenated CSS Files.

One of the nice features of this version of jsLex is the ability to rebuild any file that was created using the "Concatenate CSS..." action. To rebuild a file right click on the resource and select "Rockstarapps -> Rebuild CSS..." Using this feature saves a ton of time managing the concatenated files during development.

Rebuild Concatenate CSS File