[Pkg-javascript-commits] [sockjs-client] 344/350: Add map file to dist folder

tonnerre at ancient-solutions.com tonnerre at ancient-solutions.com
Fri Aug 5 01:04:37 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 0bbd9cc341838c9938bceed02518166294a4f168
Author: Bryce Kahle <bkahle at gmail.com>
Date:   Sat Apr 30 14:24:36 2016 -0700

    Add map file to dist folder
    
    Fixes #237
---
 gulpfile.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gulpfile.js b/gulpfile.js
index 6a525ff..14878b6 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -114,6 +114,9 @@ gulp.task('release', ['browserify', 'browserify:min'], function () {
   gulp.src('./build/sockjs.js')
     .pipe(rename(libName + '.js'))
     .pipe(gulp.dest('./dist/'));
+
+  gulp.src('./build/sockjs.js.map')
+    .pipe(gulp.dest('./dist/'));
 });
 
 gulp.task('stable-release', ['release'], function () {

-- 
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