forked from nightscout/nightscout.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request nightscout#8 from peterhaldbaek/master
Upgrade to Bootstrap 3.0.3 with Bower
- Loading branch information
Showing
18 changed files
with
83 additions
and
18,354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"directory": "src/files/vendor" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,6 @@ out/ | |
.idea/ | ||
.DS_Store | ||
*.iml | ||
src/files/vendor/components-bootstrap | ||
src/files/vendor/jquery | ||
.docpad.db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"name": "twitter-bootstrap-jade.docpad", | ||
"dependencies": { | ||
"components-bootstrap": "~3.0.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ docpadConfig = | |
email: "[email protected]" | ||
|
||
# Your company's name | ||
copyright: "© Your Company 2012" | ||
copyright: "© Your Company 2013" | ||
|
||
|
||
# Helper Functions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,53 @@ | ||
{ | ||
"name": "twitter-bootstrap.docpad", | ||
"version": "0.9.0", | ||
"description": "Twitter Bootstrap skeleton for DocPad. Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.", | ||
"homepage": "https://github.com/bevry/twitter-bootstrap.docpad", | ||
"keywords": [ | ||
"docpad-skeleton", | ||
"docpad", | ||
"website", | ||
"bootstrap", | ||
"twitter bootstrap" | ||
], | ||
"author": "Bevry Pty Ltd <[email protected]> (http://bevry.me)", | ||
"maintainers": [ | ||
"Benjamin Lupton <[email protected]> (http://balupton.com)" | ||
], | ||
"contributors": [ | ||
"Benjamin Lupton <[email protected]> (http://balupton.com)" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/docpad/twitter-bootstrap.docpad/issues" | ||
}, | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "http://github.com/docpad/twitter-bootstrap.docpad.git" | ||
}, | ||
"engines" : { | ||
"node": "0.8.x", | ||
"npm": "1.1.x" | ||
}, | ||
"dependencies": { | ||
"docpad": "6.x", | ||
"docpad-plugin-cleanurls": "2.x", | ||
"docpad-plugin-coffeescript": "2.x", | ||
"docpad-plugin-eco": "2.x", | ||
"docpad-plugin-less": "2.x", | ||
"docpad-plugin-marked": "2.x", | ||
"docpad-plugin-partials": "2.x", | ||
"docpad-plugin-stylus": "2.x", | ||
"docpad-plugin-text": "2.x", | ||
"docpad-plugin-jade": "2.x", | ||
"docpad-plugin-related": "2.x", | ||
"name": "twitter-bootstrap.docpad", | ||
"version": "0.9.0", | ||
"description": "Twitter Bootstrap skeleton for DocPad. Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.", | ||
"homepage": "https://github.com/bevry/twitter-bootstrap.docpad", | ||
"keywords": [ | ||
"docpad-skeleton", | ||
"docpad", | ||
"website", | ||
"bootstrap", | ||
"twitter bootstrap" | ||
], | ||
"author": "Bevry Pty Ltd <[email protected]> (http://bevry.me)", | ||
"maintainers": [ | ||
"Benjamin Lupton <[email protected]> (http://balupton.com)" | ||
], | ||
"contributors": [ | ||
"Benjamin Lupton <[email protected]> (http://balupton.com)" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/docpad/twitter-bootstrap.docpad/issues" | ||
}, | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "http://github.com/docpad/twitter-bootstrap.docpad.git" | ||
}, | ||
"engines" : { | ||
"node": "0.8.x", | ||
"npm": "1.1.x" | ||
}, | ||
"dependencies": { | ||
"docpad": "6.x", | ||
"docpad-plugin-cleanurls": "2.x", | ||
"docpad-plugin-coffeescript": "2.x", | ||
"docpad-plugin-eco": "2.x", | ||
"docpad-plugin-less": "2.x", | ||
"docpad-plugin-marked": "2.x", | ||
"docpad-plugin-partials": "2.x", | ||
"docpad-plugin-stylus": "2.x", | ||
"docpad-plugin-text": "2.x", | ||
"docpad-plugin-jade": "2.x", | ||
"docpad-plugin-related": "2.x", | ||
"marked": "*" | ||
}, | ||
"devDependencies": { | ||
"docpad-plugin-livereload": "2.x" | ||
}, | ||
"main": "node_modules/docpad/bin/docpad-server" | ||
}, | ||
"devDependencies": { | ||
"docpad-plugin-livereload": "2.x", | ||
"bower": "~1" | ||
}, | ||
"main": "node_modules/docpad/bin/docpad-server", | ||
"scripts": { | ||
"postinstall": "node node_modules/bower/bin/bower install" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.