فهرست منبع

Update banner

Jay Salvat 10 سال پیش
والد
کامیت
a142391ed9
4فایلهای تغییر یافته به همراه28 افزوده شده و 33 حذف شده
  1. 1 6
      dist/patch/vegas.pin.js
  2. 9 9
      dist/vegas.js
  3. 9 9
      dist/vegas.min.js
  4. 9 9
      gulpfile.js

+ 1 - 6
dist/patch/vegas.pin.js

@@ -1,10 +1,5 @@
 /* 
- * Pin to jQuery compatibility patch
- *
- * This file is required if you use 
- * Pin instead of jQuery
- *
- * What is Pin?
+ * Pin compatibility patch
  * http://pin.jaysalvat.com
  */
 

+ 9 - 9
dist/vegas.js

@@ -1,12 +1,12 @@
- // ----------------------------------------------------------------------------
- // Vegas - Fullscreen Backgrounds and Slideshows.
- // v2.0.0-wip - released 2015-01-14
- // Licensed under the MIT License.
- // http://vegas.jaysalvat.com/
- // ----------------------------------------------------------------------------
- // Copyright (C) 2010-2015 Jay Salvat
- // http://jaysalvat.com/
- // ----------------------------------------------------------------------------
+/*!-----------------------------------------------------------------------------
+ * Vegas - Fullscreen Backgrounds and Slideshows.
+ * v2.0.0-wip - built 2015-01-14
+ * Licensed under the MIT License.
+ * http://vegas.jaysalvat.com/
+ * ----------------------------------------------------------------------------
+ * Copyright (C) 2010-2015 Jay Salvat
+ * http://jaysalvat.com/
+ * --------------------------------------------------------------------------*/
 
 /* global jQuery, Zepto, Pin */
 

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 9 - 9
dist/vegas.min.js


+ 9 - 9
gulpfile.js

@@ -30,15 +30,15 @@
         name: 'vegas',
         banner: {
             content: [
-                ' // ----------------------------------------------------------------------------',
-                ' // <%= pkg.description %>',
-                ' // v<%= pkg.version %> - released <%= datetime %>',
-                ' // Licensed under the MIT License.',
-                ' // http://vegas.jaysalvat.com/',
-                ' // ----------------------------------------------------------------------------',
-                ' // Copyright (C) 2010-<%= year %> Jay Salvat',
-                ' // http://jaysalvat.com/',
-                ' // ----------------------------------------------------------------------------',
+                '/*!-----------------------------------------------------------------------------',
+                ' * <%= pkg.description %>',
+                ' * v<%= pkg.version %> - built <%= datetime %>',
+                ' * Licensed under the MIT License.',
+                ' * http://vegas.jaysalvat.com/',
+                ' * ----------------------------------------------------------------------------',
+                ' * Copyright (C) 2010-<%= year %> Jay Salvat',
+                ' * http://jaysalvat.com/',
+                ' * --------------------------------------------------------------------------*/',
                 ''
             ].join('\n'),
             vars: {

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است