From 01e2606af50da1438d70992dab6b9bf3852d5854 Mon Sep 17 00:00:00 2001 From: SergioCrisostomo Date: Tue, 15 Jul 2014 16:28:51 +0200 Subject: [PATCH] uglify keping comments --- Source/Core/Core.js | 2 +- Tests/dist-tasks.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Source/Core/Core.js b/Source/Core/Core.js index 11d7c037..c7833197 100644 --- a/Source/Core/Core.js +++ b/Source/Core/Core.js @@ -19,7 +19,7 @@ provides: [Core, MooTools, Type, typeOf, instanceOf, Native] ... */ - +/*! MooTools: the javascript framework. license: MIT-style license. copyright: Copyright (c) 2006-2014 [Valerio Proietti](http://mad4milk.net/).*/ (function(){ this.MooTools = { diff --git a/Tests/dist-tasks.json b/Tests/dist-tasks.json index 23d40ccd..48fb99d2 100644 --- a/Tests/dist-tasks.json +++ b/Tests/dist-tasks.json @@ -18,7 +18,8 @@ "uglify": { "options": { "mangle": false, - "compress": true + "compress": true, + "preserveComments": "some" }, "dist": { "files": [ -- 2.11.4.GIT