diff --git a/gulpfile.js b/gulpfile.js index 2199f7a..6628982 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -3,12 +3,12 @@ var gulp = require('gulp'); gulp.task('lesspass', [], function () { - return gulp.src(['node_modules/lesspass-pure/dist/**/*']) - .pipe(gulp.dest('dist/')); + return gulp.src(['node_modules/lesspass-pure/dist/**/*']) + .pipe(gulp.dest('dist/')); }); gulp.task('build', [], function () { - gulp.start('lesspass'); + gulp.start('lesspass'); }); gulp.task('default', ['build'], function () { diff --git a/index.html b/index.html index 380a55e..f0e3b55 100644 --- a/index.html +++ b/index.html @@ -4,250 +4,20 @@