mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-03 15:47:43 -04:00
Stop exposing config as a reference. resolves #35
This commit is contained in:
+3
-1
@@ -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/'));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user