General Packaging/Compile tasks for Robo Task Runner
This package provides default commands wich you can use in your RoboFile.php
like so:
class RoboFile extends \Robo\Tasks
{
use \DigipolisGent\Robo\Task\Package\Commands\loadCommands;
}
vendor/bin/robo digipolis:package-project FILE [DIR] [OPTIONS]
The name of the archive file that will be created.
The directory to package. Defaults to the config value digipolis.root.project
if it is set (see https://github.com/digipolisgent/robo-digipolis-general for
more information), or the current working directory otherwise.
Comma separated list of filenames to ignore.
vendor/bin/robo digipolis:theme-clean [DIR]
The theme directory to clean. Defaults to the current working directory.
vendor/bin/robo digipolis:theme-compile [DIR] [COMMAND]
The directory of the theme to compile. Defaults to the current working directory.
The grunt/gulp command to execute if grunt or gulp is available.