mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-20 07:49:43 +02:00
* Support for comments pointed out in issue #47
This commit is contained in:
@@ -10,6 +10,8 @@ var rename = require('gulp-rename');
|
||||
var istanbul = require('gulp-istanbul');
|
||||
var bump = require('gulp-bump');
|
||||
var tag_version = require('gulp-tag-version');
|
||||
var dox = require("gulp-dox");
|
||||
var markdown = require("metalsmith-markdown");
|
||||
|
||||
gulp.task('jison2', function() {
|
||||
return gulp.src('./src/*.jison')
|
||||
@@ -151,4 +153,5 @@ function inc(importance) {
|
||||
|
||||
gulp.task('patch', function() { return inc('patch'); })
|
||||
gulp.task('feature', function() { return inc('minor'); })
|
||||
gulp.task('release', function() { return inc('major'); })
|
||||
gulp.task('release', function() { return inc('major'); })
|
||||
|
||||
|
Reference in New Issue
Block a user