Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jun 6, 2018
1 parent 91542fb commit 08912ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gulp.task('browser-sync', function() {

gulp.task('styles', function() {
return gulp.src('app/'+syntax+'/**/*.'+syntax+'')
.pipe(sass({ outputStyle: 'expand' }).on("error", notify.onError()))
.pipe(sass({ outputStyle: 'expanded' }).on("error", notify.onError()))
.pipe(rename({ suffix: '.min', prefix : '' }))
.pipe(autoprefixer(['last 15 versions']))
.pipe(cleancss( {level: { 1: { specialComments: 0 } } })) // Opt., comment out when debugging
Expand Down

3 comments on commit 08912ff

@joy777
Copy link

@joy777 joy777 commented on 08912ff Jun 8, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-123121

Выдает ошибки. С чем они могут быть связаны?

@alex-grsm
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

допиши .css
image

@joy777
Copy link

@joy777 joy777 commented on 08912ff Jun 9, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Не помогло. Так и в директории ../libs/bootstrap/scss/ файлов с расширением .css, только .scss

Please sign in to comment.