PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of Luca Liscio   PHP JavaScript Minifier   config.php   Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: PHP JavaScript Minifier
Optimize JavaScript by removing unnecessary code
Author: By
Last change:
Date: 3 years ago
Size: 624 bytes
 

Contents

Class file image Download
<?php

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

$cfg->outfile = "app.min.js";

$cfg->infiles = array(
   
"app.loader.js",
   
"app.directives.js",
   
"app.services.js",
   
"app.main.ctrl.js",
   
"app.installer.ctrl.js",
   
"app.login.ctrl.js",
   
"app.home.ctrl.js",
   
"app.user.ctrl.js",
   
"app.libs.ctrl.js",
   
"app.3dmc.ctrl.js",
   
"app.render.ctrl.js",
   
"app.fs.ctrl.js",
   
"app.prod.ctrl.js",
   
"app.prj.ctrl.js",
   
"app.secondary.ctrl.js"
);