Skip to content

Commit

Permalink
Don't include SCSS dirs in build.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkaneda committed Feb 17, 2013
1 parent 00b913e commit 409c540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Expand Up @@ -70,7 +70,7 @@ module.exports = (grunt) ->
copy:
prepare:
expand: true
src: ["*/**", "!{test,node_modules,build,submodules,jqtouch*}/**", "*.{md,txt,htaccess}"]
src: ["*/**", "!{test,node_modules,build,submodules,jqtouch*,themes/compass-recipes,themes/scss}/**", "*.{md,txt,htaccess}"]
dest: "<%= dirs.build %>/"

dist:
Expand Down

0 comments on commit 409c540

Please sign in to comment.