app.build.js revision e26e5073e1266868172d72453c97f413fe2fb603
325N/A/**
325N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
325N/A *
325N/A * Copyright (c) 2012 ForgeRock AS. All Rights Reserved
325N/A *
325N/A * The contents of this file are subject to the terms
325N/A * of the Common Development and Distribution License
325N/A * (the License). You may not use this file except in
325N/A * compliance with the License.
325N/A *
325N/A * You can obtain a copy of the License at
325N/A * http://forgerock.org/license/CDDLv1.0.html
325N/A * See the License for the specific language governing
325N/A * permission and limitations under the License.
325N/A *
325N/A * When distributing Covered Code, include this CDDL
325N/A * Header Notice in each file and include the License file
325N/A * at http://forgerock.org/license/CDDLv1.0.html
325N/A * If applicable, add the following below the CDDL Header,
325N/A * with the fields enclosed by brackets [] replaced by
325N/A * your own identifying information:
325N/A * "Portions Copyrighted [year] [name of copyright owner]"
325N/A */
325N/A({
325N/A baseUrl : "../../../target/www",
325N/A mainConfigFile : '../js/main.js',
325N/A out : "../../../target/www/main.js",
325N/A include: ["main"],
325N/A preserveLicenseComments: false,
325N/A generateSourceMaps: true,
325N/A optimize: "uglify2",
325N/A excludeShallow: [
325N/A // This file is excluded from optimization so that the UI can be customized without having to repackage it.
325N/A "config/AppConfiguration"
325N/A ]
325N/A})
325N/A