Skip to content

Commit

Permalink
Merge pull request #2635 from SergioCrisostomo/uglify-keep-copyright
Browse files Browse the repository at this point in the history
uglify keping license info
  • Loading branch information
ibolmo committed Jul 15, 2014
2 parents 7e809a4 + 01e2606 commit 20b3954
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Core/Core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
3 changes: 2 additions & 1 deletion Tests/dist-tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"uglify": {
"options": {
"mangle": false,
"compress": true
"compress": true,
"preserveComments": "some"
},
"dist": {
"files": [
Expand Down

0 comments on commit 20b3954

Please sign in to comment.