Stop exposing config as a reference. resolves #35

This commit is contained in:
Keegan
2016-03-11 02:25:59 +11:00
parent 3b7c4cda7c
commit b1a6f184ba
5 changed files with 16 additions and 3 deletions
+3 -1
View File
@@ -94,7 +94,9 @@ gulp.task('clay', ['inlineHtml'], function() {
.bundle()
.pipe(source('clay.js'))
.pipe(buffer())
.pipe(uglify())
.pipe(uglify({
preserveComments: 'license'
}))
.pipe(insert.prepend(versionMessage))
.pipe(gulp.dest('./dist/'));
});