From: Geoff Kimball Date: Tue, 23 Feb 2016 22:55:09 +0000 (-0800) Subject: Update to Supercollider 1.4.0 X-Git-Tag: v2.0.0-rc.3~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3df67b286347d83bd1abbf29684fdc54cee43558;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Update to Supercollider 1.4.0 --- diff --git a/gulpfile.js b/gulpfile.js index e7511874..3e9e8182 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -13,7 +13,11 @@ supercollider .config({ template: foundationDocs.componentTemplate, marked: foundationDocs.marked, - handlebars: foundationDocs.handlebars + handlebars: foundationDocs.handlebars, + data: { + repoName: 'foundation-emails', + editBranch: 'v2.0' + } }) .adapter('sass') .adapter('js'); diff --git a/package.json b/package.json index 8b7cd892..c6e8dfff 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "rimraf": "^2.4.2", "run-sequence": "^1.1.2", "string-template": "^0.2.1", - "supercollider": "^1.3.0", + "supercollider": "^1.4.0", "typeahead.js": "^0.11.1", "yargs": "^3.9.0", "zeroclipboard": "^2.2.0"