From 3b3ae2076e74a6024d22c6e664bf970291bd5be7 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Sat, 21 Mar 2015 18:41:42 -0400 Subject: [PATCH] fix gwt-dist task --- gulpfile.js | 2 +- gwt/org/danvk/dygraph-combined.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 gwt/org/danvk/dygraph-combined.js diff --git a/gulpfile.js b/gulpfile.js index 672c09a..3e38b8d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -145,7 +145,7 @@ gulp.task('gwt-dist', ['concat'], function() { // Generate jar gulp.src('') .pipe(plugins.shell([ - 'bash -c "jar -cf dygraph-gwt.jar -C dist/gwt org"' + 'bash -c "jar -cf dist/dygraph-gwt.jar -C dist/gwt org"' ])) }); diff --git a/gwt/org/danvk/dygraph-combined.js b/gwt/org/danvk/dygraph-combined.js deleted file mode 120000 index d64425f..0000000 --- a/gwt/org/danvk/dygraph-combined.js +++ /dev/null @@ -1 +0,0 @@ -../../../dygraph-combined.js \ No newline at end of file -- 2.7.4