Skip to content

Commit 423425c

Browse files
author
Irfan Maulana
committed
rename folder src to scss
1 parent ef6a8e7 commit 423425c

21 files changed

+2
-2
lines changed

Gulpfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var autoprefixer = require('gulp-autoprefixer');
55
var clean = require('gulp-clean');
66
var connect = require('gulp-connect');
77

8-
var inputSass = ['./src/**/*.scss'];
8+
var inputSass = ['./scss/**/*.scss'];
99
var outpoutSass = './dist';
1010

1111
var autoprefixerOptions = {
@@ -45,7 +45,7 @@ gulp.task('html', function () {
4545

4646
gulp.task('watch', function() {
4747
return gulp
48-
.watch(['./src/**/*.scss', './*.html'], ['sass', 'html'])
48+
.watch(['./scss/**/*.scss', './*.html'], ['sass', 'html'])
4949
.on('change', function(event) {
5050
console.log('File ' + event.path + ' was ' + event.type + ', running tasks...');
5151
});
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)