<?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"
);
|