Skip to content

Commit

Permalink
use bower.json data for banner
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebachelier committed Jan 29, 2014
1 parent 878be0c commit 1e27095
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function(grunt) {
grunt.initConfig({
swiper: swiper,
// Metadata.
pkg: grunt.file.readJSON('package.json'),
pkg: grunt.file.readJSON('bower.json'),
banner: '/*\n' +
' * <%= pkg.name %> <%= pkg.version %>\n' +
' * <%= pkg.description %>\n' +
Expand Down
11 changes: 4 additions & 7 deletions dist/idangerous.swiper.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
/*
* Swiper 2.4.2
* swiper 2.4.2
* Mobile touch slider and framework with hardware accelerated transitions
*
* http://www.idangero.us/sliders/swiper
* http://www.idangero.us/sliders/swiper/
*
* Copyright 2010-2014, Vladimir Kharlampidi
* The iDangero.us
* http://www.idangero.us/
*
* Licensed under GPL, MIT
* Licensed under GPL & MIT
*
* Released on: January 28, 2014
* Released on: January 29, 2014
*/
/* ===============================================================
Basic Swiper Styles
================================================================*/
.swiper-container {
margin:0 auto;
position:relative;
Expand Down
8 changes: 4 additions & 4 deletions dist/idangerous.swiper.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
/*
* Swiper 2.4.2
* swiper 2.4.2
* Mobile touch slider and framework with hardware accelerated transitions
*
* http://www.idangero.us/sliders/swiper
* http://www.idangero.us/sliders/swiper/
*
* Copyright 2010-2014, Vladimir Kharlampidi
* The iDangero.us
* http://www.idangero.us/
*
* Licensed under GPL, MIT
* Licensed under GPL & MIT
*
* Released on: January 28, 2014
* Released on: January 29, 2014
*/
var Swiper = function (selector, params) {
/*=========================
Expand Down
8 changes: 4 additions & 4 deletions dist/idangerous.swiper.min.js

Large diffs are not rendered by default.

0 comments on commit 1e27095

Please sign in to comment.