Skip to content

Commit

Permalink
Adding missing require for concat thanks to @bicpi
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Apr 16, 2015
1 parent d4465f6 commit b8ec745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulp-assetic.rst
Expand Up @@ -94,6 +94,7 @@ into 1 CSS file? That's just a couple extra lines:
var gulp = require('gulp');
var sass = require('gulp-sass');
var concat = require('gulp-concat');
gulp.task('default', function() {
gulp.src('app/Resources/assets/sass/**/*.scss')
Expand Down

0 comments on commit b8ec745

Please sign in to comment.