Skip to content

Commit

Permalink
updated composer and banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuele Marchi committed Dec 20, 2013
1 parent d344d0f commit db933d8
Show file tree
Hide file tree
Showing 8 changed files with 135 additions and 136 deletions.
40 changes: 20 additions & 20 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -58,30 +58,30 @@ module.exports = (grunt) ->
build:
options:
banner: "/* ========================================================================\n" +
"* <%= pkg.name %> - v<%= pkg.version %>\n" +
"* <%= pkg.homepage %>\n" +
"* ========================================================================\n" +
"* Copyright 2012-2013 <%= pkg.author.name %>\n" +
"*\n" +
"* ========================================================================\n" +
"* Licensed under the Apache License, Version 2.0 (the \"License\");\n" +
"* you may not use this file except in compliance with the License.\n" +
"* You may obtain a copy of the License at\n" +
"*\n" +
"* http://www.apache.org/licenses/LICENSE-2.0\n" +
"*\n" +
"* Unless required by applicable law or agreed to in writing, software\n" +
"* distributed under the License is distributed on an \"AS IS\" BASIS,\n" +
"* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n" +
"* See the License for the specific language governing permissions and\n" +
"* limitations under the License.\n" +
"* ========================================================================\n" +
"*/\n"
" * <%= pkg.name %> - v<%= pkg.version %>\n" +
" * <%= pkg.homepage %>\n" +
" * ========================================================================\n" +
" * Copyright 2012-2013 <%= pkg.author.name %>\n" +
" *\n" +
" * ========================================================================\n" +
" * Licensed under the Apache License, Version 2.0 (the \"License\");\n" +
" * you may not use this file except in compliance with the License.\n" +
" * You may obtain a copy of the License at\n" +
" *\n" +
" * http://www.apache.org/licenses/LICENSE-2.0\n" +
" *\n" +
" * Unless required by applicable law or agreed to in writing, software\n" +
" * distributed under the License is distributed on an \"AS IS\" BASIS,\n" +
" * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n" +
" * See the License for the specific language governing permissions and\n" +
" * limitations under the License.\n" +
" * ========================================================================\n" +
" */\n"
files:
src: ["build/**/*"]

jshint:
all: ["*.json", "build/js/*.js", "!**/*.min.js"]
all: ["*.json"]

bump:
options:
Expand Down
38 changes: 19 additions & 19 deletions build/css/bootstrap2/bootstrap-switch.css
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
/* ========================================================================
* bootstrap-switch - v2.0.0
* http://www.bootstrap-switch.org
* ========================================================================
* Copyright 2012-2013 Mattia Larentis
*
* ========================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ========================================================================
*/
* bootstrap-switch - v2.0.0
* http://www.bootstrap-switch.org
* ========================================================================
* Copyright 2012-2013 Mattia Larentis
*
* ========================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ========================================================================
*/

.clearfix {
*zoom: 1;
Expand Down
38 changes: 19 additions & 19 deletions build/css/bootstrap2/bootstrap-switch.min.css

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

38 changes: 19 additions & 19 deletions build/css/bootstrap3/bootstrap-switch.css
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
/* ========================================================================
* bootstrap-switch - v2.0.0
* http://www.bootstrap-switch.org
* ========================================================================
* Copyright 2012-2013 Mattia Larentis
*
* ========================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ========================================================================
*/
* bootstrap-switch - v2.0.0
* http://www.bootstrap-switch.org
* ========================================================================
* Copyright 2012-2013 Mattia Larentis
*
* ========================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ========================================================================
*/

.has-switch {
display: inline-block;
Expand Down
Loading

0 comments on commit db933d8

Please sign in to comment.