[Pkg-javascript-commits] [sockjs-client] 301/350: Fix stable-release build command

tonnerre at ancient-solutions.com tonnerre at ancient-solutions.com
Fri Aug 5 01:04:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a commit to branch upstream
in repository sockjs-client.

commit 7d2e1b651f37204832ef9448b5045a2e9876e262
Author: Bryce Kahle <bkahle at gmail.com>
Date:   Wed May 13 22:21:31 2015 -0700

    Fix stable-release build command
---
 gulpfile.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gulpfile.js b/gulpfile.js
index 7cc0b80..40491ae 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -111,7 +111,7 @@ gulp.task('release', ['browserify', 'browserify:min'], function () {
     .pipe(gulp.dest('./dist/'));
 });
 
-gulp.task('stable-release', function () {
+gulp.task('stable-release', ['release'], function () {
   var bower = require('./bower.json');
   bower.version = pkg.version;
   fs.writeFileSync('./bower.json', JSON.stringify(bower, null, 2));

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git



More information about the Pkg-javascript-commits mailing list