forked from twbs/bootstrap
-
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.
Continous integration is nice, fixes twbs#3155 Signed-off-by: Chris Aniszczyk <[email protected]>
- Loading branch information
1 parent
fd00959
commit c99dcd2
Showing
4 changed files
with
29 additions
and
2 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 |
---|---|---|
|
@@ -32,4 +32,5 @@ nbproject | |
.hg | ||
.svn | ||
.CVS | ||
.idea | ||
.idea | ||
node_modules |
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,4 @@ | ||
language: node_js | ||
node_js: | ||
- 0.6 | ||
script: "make build" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "bootstrap" | ||
, "description": "HTML, CSS, and JS toolkit from Twitter." | ||
, "version": "2.0.3" | ||
, "keywords": ["bootstrap", "css"] | ||
, "homepage": "http://twitter.github.com/bootstrap/" | ||
, "author": "Twitter Inc." | ||
, "repository": { | ||
"type": "git" | ||
, "url": "https://github.com/twitter/bootstrap.git" | ||
} | ||
, "licenses": [ | ||
{ "type": "Apache-2.0" | ||
, "url": "http://www.apache.org/licenses/LICENSE-2.0" | ||
} | ||
] | ||
, "devDependencies": { | ||
"uglify-js": "*" | ||
, "jshint": "*" | ||
, "recess": "*" | ||
} | ||
} |