mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
no message
This commit is contained in:
parent
61d3d362ac
commit
d6552ec21b
@ -14,10 +14,6 @@ function compileCSS( files ) {
|
|||||||
.pipe( gulp.dest( './elements/' ) );
|
.pipe( gulp.dest( './elements/' ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
// gulp.task( 'stylus', function() {
|
|
||||||
// watch( { glob: "./elements/*.styl" }, compileCSS );
|
|
||||||
// });
|
|
||||||
|
|
||||||
gulp.task( 'default', function() {
|
gulp.task( 'default', function() {
|
||||||
|
|
||||||
compileCSS( gulp.src( paths.style ) );
|
compileCSS( gulp.src( paths.style ) );
|
||||||
|
Loading…
Reference in New Issue
Block a user