From 52bc1ffb7f1139105534ff813d3b8709f24dba32 Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Sat, 17 May 2014 21:13:56 +1000 Subject: [PATCH] updated base files --- .travis.yml | 7 +++++-- CONTRIBUTING.md | 3 +-- Cakefile | 8 ++++---- README.md | 2 ++ package.json | 8 ++++++-- 5 files changed, 18 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index a39c706..54f953e 100644 --- a/.travis.yml +++ b/.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" @@ -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 \ No newline at end of file + - travisci@bevry.me diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ab90baa..6dc12e4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,8 +75,7 @@ For project maintainers ``` 5. Publish new version - + ``` bash cake publish ``` - diff --git a/Cakefile b/Cakefile index 71c7d35..07c73ce 100644 --- a/Cakefile +++ b/Cakefile @@ -1,4 +1,4 @@ -# v1.3.13 December 19, 2013 +# v1.3.15 May 16, 2014 # https://github.com/bevry/base @@ -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" @@ -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( diff --git a/README.md b/README.md index 6a9a06e..4836783 100644 --- a/README.md +++ b/README.md @@ -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") @@ -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 diff --git a/package.json b/package.json index 918a51b..eef39e4 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" } } \ No newline at end of file