Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpBowerLinker

Simple PHP class for generating css and js links from bower components. Just check simple demo from sample. Use any webserver and check /sample/index.php in your browser

#How to use class?

$bowerClass = new Helper_Bower("bower.json", "bower_components/");
$bowerClass->getAssets();
$bowerClass->prepareAssets();
$assets = $bowerClass->processAssets();
$assets = join("\r", $assets);

That's all!

About

Simple PHP class for generating css and js links from bower components

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages