Skip to content

Commit 1acdcff

Browse files
author
Ivan Demidov
committed
change path with pcss on pss
1 parent ee3b892 commit 1acdcff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ gulp.task('deploy', ['pcss', 'jekyll'] ,function() {
2727
.pipe(ghPages())
2828
});
2929

30-
gulp.task('pcss', function() {
31-
return gulp.src('./app/pcss/' + pkg.name + '.pcss')
30+
gulp.task('pss', function() {
31+
return gulp.src('./app/pss/' + pkg.name + '.pss')
3232
.pipe(postcss([
3333
require('postcss-import')(),
3434
require('postcss-mixins')(),

0 commit comments

Comments
 (0)