Skip to content

Commit

Permalink
Merge pull request thomaspark#188 from GrahamCampbell/gh-pages
Browse files Browse the repository at this point in the history
Tweaks
  • Loading branch information
thomaspark committed Dec 26, 2013
2 parents 6dc6a5e + 3663428 commit 97313f9
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ components
node_modules
build
_site
*.lock
*.lock
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ before_install:
- npm install -g grunt-cli recess bower
- bower install

script: "grunt swatch"
script: "grunt swatch"
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bootswatch.com
bootswatch.com
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
source 'https://rubygems.org'
gem 'github-pages'
gem 'github-pages'
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ module.exports = function (grunt) {
grunt.registerTask('default', 'build a theme', function() {
grunt.task.run('swatch');
});
};
};
3 changes: 1 addition & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Expand Down Expand Up @@ -172,4 +171,4 @@
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
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.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
exclude: [src]
exclude: [src]
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -645,4 +645,4 @@ <h3>Beautiful Web Design</h3>
!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>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "Apache License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0",
"repository": {
"type": "git",
"url": "https://github.com/thomaspark/bootswatch.git"
"url": "https://github.com/thomaspark/bootswatch"
},
"engines": {
"node": ">= 0.8.11"
Expand Down

0 comments on commit 97313f9

Please sign in to comment.