diff --git a/.gitignore b/.gitignore index 1073b89e..84f39705 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ npm-debug.log enduro_secret.json /testfolder /t +.idea/ \ No newline at end of file diff --git a/libs/build_tools/sass_handler.js b/libs/build_tools/sass_handler.js index 7f5f4f26..61cc3dc0 100644 --- a/libs/build_tools/sass_handler.js +++ b/libs/build_tools/sass_handler.js @@ -25,7 +25,7 @@ sass_handler.prototype.init = function (gulp, browser_sync) { logger.timestamp('Sass compiling started', 'enduro_events') - return gulp.src(enduro.project_path + '/assets/css/*.scss') + return gulp.src(enduro.project_path + '/assets/css/*.{scss,sass}') .pipe(bulkSass()) .pipe(sourcemaps.init()) .pipe(sass())