Correctly locating asset file with asset library
问题 I'm using the asset library that comes with pyrocms for my cms and I have a set up like this for my assets. I am trying to figure out with the paths and namespacing how I can access the bootstrap.css file correctly with the documentation. http://docs.pyrocms.com/2.1/manual/developers/tools/assets I have updated my asset.php configuration file to look like this: $config['asset_paths'] = array( 'core' => 'assets/', 'globals' => 'assets/globals/' ); This is the line I have set up in my template