mirror of
https://github.com/Ekokumppanit/ystavakylaecard.git
synced 2026-01-26 11:14:04 +00:00
http://getsparks.org/packages/assets/versions/HEAD/show Creates our minified and combined .js and .css files
16 lines
158 B
PHP
Executable File
16 lines
158 B
PHP
Executable File
<?php
|
|
|
|
namespace CoffeeScript;
|
|
|
|
Init::init();
|
|
|
|
class Error extends \Exception
|
|
{
|
|
function __construct($message)
|
|
{
|
|
$this->message = $message;
|
|
}
|
|
}
|
|
|
|
?>
|