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
- Host: GitHub
- URL: https://github.com/cortiz/deployer-extras
- Owner: cortiz
- Created: 2014-04-02T23:14:11.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-03T00:52:38.000Z (about 11 years ago)
- Last Synced: 2025-01-22T01:52:29.578Z (5 months ago)
- Language: Java
- Size: 3.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.
#### Usage1. 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
#### Usage1. 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.