Skip to content

librarianphp/command-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

command-build

Librarian's static builder command.

./librarian build

Config Requirements

Add the following static.php config file in Librarian's config folder:

<?php

return [
    /*****************************************************************************
     * Settings for static build output
     ******************************************************************************/
    'output_path' => __DIR__ . '/../public',
    'assets_path' => __DIR__ . '/../app/Resources/public'
];
  • output_path: location where to dump the static build
  • assets_path: directory with public assets resources that should be copied into the document root of the generated website.

About

Librarian's static build command

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •