Skip to content

Commit

Permalink
Restored copyright messages to generated css and js.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaek committed Dec 17, 2013
1 parent e060204 commit 351dc73
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 6 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ module.exports = function(grunt) {

uglify: {
build: {
preserveComments: 'some',
expand: true,
src: 'build/js/bootstrap-switch.js',
ext: '.min.js'
Expand Down
2 changes: 1 addition & 1 deletion build/css/bootstrap2/bootstrap-switch.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* ============================================================
/*! ===========================================================
* bootstrap-switch v1.9.0 by Larentis Mattia @SpiritualGuru
* http://www.larentis.eu/
*
Expand Down
14 changes: 13 additions & 1 deletion build/css/bootstrap2/bootstrap-switch.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/bootstrap3/bootstrap-switch.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* ============================================================
/*! ===========================================================
* bootstrap-switch v1.9.0 by Larentis Mattia @SpiritualGuru
* http://www.larentis.eu/
*
Expand Down
14 changes: 13 additions & 1 deletion build/css/bootstrap3/bootstrap-switch.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions build/js/bootstrap-switch.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*! ============================================================
* bootstrap-switch v1.9.0 by Larentis Mattia @SpiritualGuru
* http://www.larentis.eu/
*
* Enhanced for radiobuttons by Stein, Peter @BdMdesigN
* http://www.bdmdesign.org/
*
* Project site:
* http://www.bootstrap-switch.org
* ============================================================
* Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0
* ============================================================
*/


(function() {
(function($) {
$.fn.bootstrapSwitch = function(method) {
Expand Down
13 changes: 13 additions & 0 deletions src/coffee/bootstrap-switch.coffee
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
###! ============================================================
* bootstrap-switch v1.9.0 by Larentis Mattia @SpiritualGuru
* http://www.larentis.eu/
*
* Enhanced for radiobuttons by Stein, Peter @BdMdesigN
* http://www.bdmdesign.org/
*
* Project site:
* http://www.bootstrap-switch.org
* ============================================================
* Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0
* ============================================================ ###
(($) ->
$.fn.bootstrapSwitch = (method) ->
methods =
Expand Down
2 changes: 1 addition & 1 deletion src/less/bootstrap2/bootstrap-switch.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* ============================================================
/*! ===========================================================
* bootstrap-switch v1.9.0 by Larentis Mattia @SpiritualGuru
* http://www.larentis.eu/
*
Expand Down
2 changes: 1 addition & 1 deletion src/less/bootstrap3/bootstrap-switch.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* ============================================================
/*! ===========================================================
* bootstrap-switch v1.9.0 by Larentis Mattia @SpiritualGuru
* http://www.larentis.eu/
*
Expand Down

0 comments on commit 351dc73

Please sign in to comment.