mirror of
https://github.com/Ekokumppanit/ystavakylaecard.git
synced 2026-02-20 10:49:24 +00:00
http://getsparks.org/packages/assets/versions/HEAD/show Creates our minified and combined .js and .css files
7 lines
260 B
PHP
7 lines
260 B
PHP
<?php
|
|
|
|
// Load the assets library when loading the spark
|
|
$autoload['config'] = array('assets', 'assets_cssmin', 'assets_cdn');
|
|
$autoload['helper'] = array('url', 'file', 'directory', 'string', 'html', 'assets');
|
|
$autoload['libraries'] = array('assets');
|