mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-03 23:57:43 -04:00
add sunlight colors to color picker and tests
This commit is contained in:
+1
-1
@@ -104,5 +104,5 @@ gulp.task('default', ['clay']);
|
||||
gulp.task('dev', ['dev-js'], function() {
|
||||
gulp.watch('src/styles/**/*.scss', ['sass']);
|
||||
gulp.watch(['src/scripts/**/*.js', 'src/templates/**/*.tpl'], ['js']);
|
||||
gulp.watch(['dev/**/*.js'], ['dev-js']);
|
||||
gulp.watch(['src/scripts/**/*.js', 'dev/**/*.js'], ['dev-js']);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user