Browse Source

updated composer and banner

Emanuele Marchi 11 years ago
parent
commit
db933d83bf

+ 20 - 20
Gruntfile.coffee

@@ -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:

+ 19 - 19
build/css/bootstrap2/bootstrap-switch.css

@@ -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;

File diff suppressed because it is too large
+ 19 - 19
build/css/bootstrap2/bootstrap-switch.min.css


+ 19 - 19
build/css/bootstrap3/bootstrap-switch.css

@@ -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;

File diff suppressed because it is too large
+ 19 - 19
build/css/bootstrap3/bootstrap-switch.min.css


+ 19 - 19
build/js/bootstrap-switch.js

@@ -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.
+ * ========================================================================
+ */
 
 (function() {
   (function($) {

File diff suppressed because it is too large
+ 19 - 19
build/js/bootstrap-switch.min.js


+ 1 - 2
composer.json

@@ -11,8 +11,7 @@
   "authors": [
     {
       "name": "Mattia Larentis",
-      "name": "Peter Stein",
-      "homepage": "http://www.bootstrap-switch.org"
+      "homepage": "http://www.larentis.eu"
     }
   ],
   "ignore": [

Some files were not shown because too many files changed in this diff