Skip to content

selvacodes/robotasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robo Task runner

Steps to use robo cli for bundling / minification - linux

  1. Install composer globally

  2. The below commands install the php packages necessary for handling css and js files

    composer require consolidation/robo

    composer require natxet/CssMin

    composer require patchwork/jsqueeze

  1. Initilize robo. The command creates RoboFile.php
  ./vendor/bin/robo init
  
  1. Add tasks to the file

  2. Execute tasks with the below command

  ./vendor/bin/robo <function_name>

Sample functions for minification and bundling provided in the repo

About

Sample for using robo (php task runner)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published