Skip to content

Commit

Permalink
updated base files
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed May 17, 2014
1 parent 069960b commit 52bc1ff
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
@@ -1,4 +1,4 @@
# v1.3.8 November 7, 2013
# v1.3.14 February 6, 2014
# https://github.com/bevry/base
language: node_js
install: "npm install; ./node_modules/.bin/cake install"
Expand All @@ -7,9 +7,12 @@ script: "npm test"
node_js:
- "0.8"
- "0.10"
cache:
directories:
- node_modules
notifications:
irc:
- "irc.freenode.org#bevry-dev"
email:
recipients:
- travisci@bevry.me
- travisci@bevry.me
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Expand Up @@ -75,8 +75,7 @@ For project maintainers
```

5. Publish new version

``` bash
cake publish
```

8 changes: 4 additions & 4 deletions Cakefile
@@ -1,4 +1,4 @@
# v1.3.13 December 19, 2013
# v1.3.15 May 16, 2014
# https://github.com/bevry/base


Expand Down Expand Up @@ -35,7 +35,7 @@ config = {}
config.TEST_PATH = "test"
config.DOCCO_SRC_PATH = null
config.DOCCO_OUT_PATH = "docs"
config.COFFEE_SRC_PATH = "src" # eventually we'll set this to null, right now it isn't for b/c compat
config.COFFEE_SRC_PATH = null
config.COFFEE_OUT_PATH = "out"
config.DOCPAD_SRC_PATH = null
config.DOCPAD_OUT_PATH = "out"
Expand Down Expand Up @@ -82,10 +82,10 @@ actions =
clean: (opts,next) ->
# Prepare
(next = opts; opts = {}) unless next?

# Add compilation paths
args = ['-Rf', config.COFFEE_OUT_PATH, config.DOCPAD_OUT_PATH, config.DOCCO_OUT_PATH]

# Add common ignore paths
for path in [APP_PATH, config.TEST_PATH]
args.push(
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -10,6 +10,7 @@
[![Flattr donate button](http://img.shields.io/flattr/donate.png?color=yellow)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](http://img.shields.io/paypal/donate.png?color=yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")
[![BitCoin donate button](http://img.shields.io/bitcoin/donate.png?color=yellow)](https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a "Donate once-off to this project using BitCoin")
[![Wishlist browse button](http://img.shields.io/wishlist/browse.png?color=yellow)](http://amzn.com/w/2F8TXKSNAFG4V "Buy an item on our wishlist for us")

<!-- /BADGES -->

Expand Down Expand Up @@ -71,6 +72,7 @@ Become a sponsor!
[![Flattr donate button](http://img.shields.io/flattr/donate.png?color=yellow)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](http://img.shields.io/paypal/donate.png?color=yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")
[![BitCoin donate button](http://img.shields.io/bitcoin/donate.png?color=yellow)](https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a "Donate once-off to this project using BitCoin")
[![Wishlist browse button](http://img.shields.io/wishlist/browse.png?color=yellow)](http://amzn.com/w/2F8TXKSNAFG4V "Buy an item on our wishlist for us")

### Contributors

Expand Down
8 changes: 6 additions & 2 deletions package.json
Expand Up @@ -14,7 +14,8 @@
"gittip": "docpad",
"flattr": "344188/balupton-on-Flattr",
"paypal": "QB8GQPZAH84N6",
"bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a"
"bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a",
"wishlist": "http://amzn.com/w/2F8TXKSNAFG4V"
},
"keywords": [
"docpad",
Expand Down Expand Up @@ -57,10 +58,13 @@
"chai": "~1.8.1",
"superagent": "~0.16.0",
"coffee-script": "~1.6.2",
"projectz": "~0.3.9"
"projectz": "~0.3.13"
},
"main": "./out/restapi.plugin.js",
"scripts": {
"test": "node ./out/restapi.test.js"
},
"cakeConfiguration": {
"COFFEE_SRC_PATH": "src"
}
}

0 comments on commit 52bc1ff

Please sign in to comment.