Bumped up version and removed logging

This commit is contained in:
knsv
2015-06-07 16:51:56 +02:00
parent c0ca932ccf
commit 0703292fb9
16 changed files with 39 additions and 38 deletions

View File

@@ -61,7 +61,7 @@ gulp.task('fullDist', ['slimDist'], function() {
//]));
// Basic usage
gulp.task('mermaid',['mermaidAPI','mermaidAPI.slim'],function() {
gulp.task('mermaid',function() {
// Single entry point to browserify
var EXTERNALS = ['d3'];
@@ -135,4 +135,4 @@ gulp.task('editor', function() {
//gulp.task('dist', ['slimDist', 'fullDist','jasmine']);
gulp.task('legacy', ['slimDist', 'fullDist']);
gulp.task('dist', ['mermaidAPI', 'mermaidAPI.slim','legacy','mermaid']);
gulp.task('dist', ['mermaidAPI', 'mermaidAPI.slim','mermaid']);