From bfdcdcccee146f924f3311b6955ce81d2dab226f Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Fri, 10 Jul 2015 10:50:12 -0400 Subject: New skin and SCSS implementation --- hooks/after_prepare/uglify.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hooks/after_prepare/uglify.js') diff --git a/hooks/after_prepare/uglify.js b/hooks/after_prepare/uglify.js index ecb26faa..8977467d 100755 --- a/hooks/after_prepare/uglify.js +++ b/hooks/after_prepare/uglify.js @@ -16,8 +16,8 @@ var platform = process.env.CORDOVA_PLATFORMS; var cliCommand = process.env.CORDOVA_CMDLINE; // hook configuration -//var isRelease = true; // by default this hook is always enabled, see the line below on how to execute it only for release -var isRelease = (cliCommand.indexOf('--release') > -1); +var isRelease = true; // by default this hook is always enabled, see the line below on how to execute it only for release +//var isRelease = (cliCommand.indexOf('--release') > -1); var recursiveFolderSearch = true; // set this to false to manually indicate the folders to process var foldersToProcess = [ // add other www folders in here if needed (ex. js/controllers) 'js', -- cgit v1.2.3