mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-19 08:16:42 +02:00
Better text handling for flowcharts
This commit is contained in:
@@ -29,7 +29,7 @@ gulp.task('dist', ['slimDist', 'fullDist']);
|
||||
|
||||
var jasmine = require('gulp-jasmine');
|
||||
|
||||
gulp.task('jasmine',['jison','jisonSd'], function () {
|
||||
gulp.task('jasmine',['jison'], function () {
|
||||
return gulp.src(['src/**/*.spec.js'])
|
||||
.pipe(jasmine());
|
||||
});
|
||||
|
Reference in New Issue
Block a user