An open API service indexing awesome lists of open source software.

https://github.com/cortiz/deployer-extras

CrafterCms deployer agent plugins
https://github.com/cortiz/deployer-extras

Last synced: 3 months ago
JSON representation

CrafterCms deployer agent plugins

Awesome Lists containing this project

README

        

# Crafter Cms deployer Extras
This project will extend the default features found in [CrafterCMS](https://github.com/craftercms/studio) deployer.

## Default Requirements

* Java 7

## Added Features

### Coffee Script Compiler

This will compile your coffee script and deployed it as a .js file.
#### Usage

1. Create the postprocessor bean.
2. Added to the postprocessors list of the deployer target.

#### Example

```xml


preview

```

#### Properties
* deleteOriginal: Deletes the original .coffee script from the deployed target
* siteName: Name of the site.

### Less

Less compiler
#### Usage

1. Create the postprocessor bean.
2. Added to the postprocessors list of the deployer target.

#### Example

```xml




preview


```

#### Properties
* deleteOriginal: Deletes the original .coffee script from the deployed target
* siteName: Name of the site.
* compress: Compress the output.