mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-05 08:37:43 -04:00
refactor and add the ability to inject custom code
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ gulp.task('clean', function(done) {
|
||||
});
|
||||
|
||||
gulp.task('browserify', ['clean'], function(done) {
|
||||
return browserify('src/scripts/config-page.js', { debug: true })
|
||||
return browserify('src/scripts/config-page.js', { debug: false })
|
||||
.transform(stringify(['.html', '.mustache']))
|
||||
.bundle()
|
||||
.pipe(source('config-page.js'))
|
||||
|
||||
Reference in New Issue
Block a user