diff --git a/gulpfile.js b/gulpfile.js index dd8d84f..616c92d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -78,7 +78,7 @@ style_tasks.push('lint-css'); gulp.task("styles", style_tasks); -gulp.task('watch', function () { +gulp.task('watch', ['default'], function () { // Watch .less files gulp.watch('themes/**/less/**/*.less', ['styles']); }); diff --git a/package.json b/package.json index d76e121..5f3a73c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "gulp-postcss": "^6.1.1", "gulp-rename": "^1.2.2", "gulp-stylelint": "^3.0.0", - "stylelint-config-standard": "^15.0.1" + "stylelint-config-standard": "^16.0.0" }, "scripts": { "build": "gulp", diff --git a/templates/home.php b/templates/home.php index 8bc7774..4fa6943 100755 --- a/templates/home.php +++ b/templates/home.php @@ -1,4 +1,7 @@ layout('theme::layout/00_layout') ?> + +start('classes') ?>homepagestop() ?> +