mirror of
https://github.com/thomaspark/bootswatch.git
synced 2025-10-17 15:02:59 +00:00
Tweaks
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -3,4 +3,4 @@ components
|
|||||||
node_modules
|
node_modules
|
||||||
build
|
build
|
||||||
_site
|
_site
|
||||||
*.lock
|
*.lock
|
||||||
|
@@ -12,4 +12,4 @@ before_install:
|
|||||||
- npm install -g grunt-cli recess bower
|
- npm install -g grunt-cli recess bower
|
||||||
- bower install
|
- bower install
|
||||||
|
|
||||||
script: "grunt swatch"
|
script: "grunt swatch"
|
||||||
|
2
Gemfile
2
Gemfile
@@ -1,2 +1,2 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
gem 'github-pages'
|
gem 'github-pages'
|
||||||
|
@@ -86,4 +86,4 @@ module.exports = function (grunt) {
|
|||||||
grunt.registerTask('default', 'build a theme', function() {
|
grunt.registerTask('default', 'build a theme', function() {
|
||||||
grunt.task.run('swatch');
|
grunt.task.run('swatch');
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
3
LICENSE
3
LICENSE
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
Apache License
|
Apache License
|
||||||
Version 2.0, January 2004
|
Version 2.0, January 2004
|
||||||
http://www.apache.org/licenses/
|
http://www.apache.org/licenses/
|
||||||
@@ -172,4 +171,4 @@
|
|||||||
of any other Contributor, and only if You agree to indemnify,
|
of any other Contributor, and only if You agree to indemnify,
|
||||||
defend, and hold each Contributor harmless for any liability
|
defend, and hold each Contributor harmless for any liability
|
||||||
incurred by, or claims asserted against, such Contributor by reason
|
incurred by, or claims asserted against, such Contributor by reason
|
||||||
of your accepting any such warranty or additional liability.
|
of your accepting any such warranty or additional liability.
|
||||||
|
@@ -1 +1 @@
|
|||||||
exclude: [src]
|
exclude: [src]
|
||||||
|
@@ -645,4 +645,4 @@
|
|||||||
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
|
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
"license": "Apache License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0",
|
"license": "Apache License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/thomaspark/bootswatch.git"
|
"url": "https://github.com/thomaspark/bootswatch"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.8.11"
|
"node": ">= 0.8.11"
|
||||||
|
Reference in New Issue
Block a user