mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-31 22:36:56 -04:00
WIP
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ gulp.task('clean', function(done) {
|
||||
});
|
||||
});
|
||||
|
||||
gulp.task('browserify', ['clean'], function(done) {
|
||||
gulp.task('browserify', ['clean'], function() {
|
||||
return browserify('src/scripts/config-page.js', { debug: false })
|
||||
.transform(stringify(['.html', '.mustache']))
|
||||
.bundle()
|
||||
|
||||
Reference in New Issue
Block a user