diff --git a/gulpfile.js b/gulpfile.js index 79a38af..c851bc0 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','!sass/**','!bower_components','!bower_components/**','!node_modules','!node_modules/**','!src','!src/**','!dist','!bower.json', '!gulpfile.js', '!package.json', '*']) .pipe(gulp.dest('dist/')) });