diff --git a/gulpfile.js b/gulpfile.js index fe068c5..096e095 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -220,6 +220,6 @@ gulp.task('copy-assets', function() { // gulp dist // Copies the files to the /dist folder for distributon gulp.task('dist', function() { - gulp.src(['!sass','!bower_components', '!node_modules','!src','!dist','!bower.json', '!gulpfile.js', '!package.json', '*']) + gulp.src(['**/*','!sass','!bower_components', '!node_modules','!src','!dist','!bower.json', '!gulpfile.js', '!package.json', '*']) .pipe(gulp.dest('dist/')) }); \ No newline at end of file