forked from Cyneek/Laravel-Compactor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
start.php
36 lines (33 loc) · 1.02 KB
/
start.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
/**
* Laravel Compactor
*
* A minification bundle for Laravel
*
* Based on the Minify Driver for Codeigniter by Eric Barnes
*
* NOTICE OF LICENSE
*
* Licensed under the Open Software License version 3.0
*
* This source file is subject to the Open Software License (OSL 3.0) that is
* bundled with this package in the files license.txt / license.rst. It is
* also available through the world wide web at this URL:
* http://opensource.org/licenses/OSL-3.0
*
* @package Laravel-Compactor
* @author Eric Barnes
* @author Jeroen van Meerendonk
* @author Joseba Juániz
* @copyright Copyright (c) Eric Barnes. (http://ericlbarnes.com/)
* @copyright Copyright (c) Cyneek. (http://cyneek.com)
* @license http://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
* @link http://cyneek.com
* @since Version 1.2
* @filesource
*
*/
// ------------------------------------------------------------------------
Autoloader::directories(array(
__DIR__.'/libraries',
));