Skip to content

Commit

Permalink
fixed missing .env, .eslint, .gitignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevercoelen committed Dec 16, 2015
1 parent 72875ed commit 7fd46c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slushfile.js
Expand Up @@ -63,8 +63,8 @@ gulp.task('default', function (callback) {
function (callback) {
gulp
.src([
__dirname + '/templates/**/*.*',
'!' + __dirname + '/templates/gulp/icons.template.scss'
__dirname + '/templates/**/**',
'!' + __dirname + '/templates/gulp/icons.template.scss',
])
.pipe(template(answers))
.pipe(rename(function(file) {
Expand Down

0 comments on commit 7fd46c2

Please sign in to comment.