diff --git a/master/buildbot/newsfragments/README.txt b/master/buildbot/newsfragments/README.txt index 3c2f4d7a136..237c64993be 100644 --- a/master/buildbot/newsfragments/README.txt +++ b/master/buildbot/newsfragments/README.txt @@ -1,5 +1,7 @@ This is the directory for news fragments used by towncrier: https://github.com/hawkowl/towncrier +You create a news fragment in this directory when you make a change, and the file gets removed from this directory when the news is published. + towncrier has a few standard types of news fragments, signified by the file extension. These are: .feature: Signifying a new feature. diff --git a/master/buildbot/newsfragments/gulp_processindex_windows.bugfix b/master/buildbot/newsfragments/gulp_processindex_windows.bugfix new file mode 100644 index 00000000000..322d160a09a --- /dev/null +++ b/master/buildbot/newsfragments/gulp_processindex_windows.bugfix @@ -0,0 +1 @@ + Fix Windows compatibility with frontend development tool ``gulp dev proxy`` (:issue:`3359`) diff --git a/www/base/guanlecoja/config.coffee b/www/base/guanlecoja/config.coffee index 686967333c0..24ec38321e4 100644 --- a/www/base/guanlecoja/config.coffee +++ b/www/base/guanlecoja/config.coffee @@ -59,7 +59,7 @@ config = gulp.task 'processindex', ['index'], -> indexpath = path.join(config.dir.build, 'index.html') gulp.src "" - .pipe shell("buildbot processwwwindex -i '#{indexpath}'") + .pipe shell("buildbot processwwwindex -i \"#{indexpath}\"") gulp.task 'proxy', ['processindex'], -> # this is a task for developing, it proxy api request to http://nine.buildbot.net