Added Gulp build to Orchard.DynamicForms.

This commit is contained in:
Daniel Stolt
2015-06-10 20:43:59 +03:00
parent c16de7f20a
commit e8de82b611
25 changed files with 1916 additions and 146 deletions

View File

@@ -156,4 +156,4 @@ function jsPipelineFrom(inputStream, outputFolder, outputFile) {
suffix: ".min"
}))
.pipe(gulp.dest(outputFolder));
}
}