Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1168 from conorbarclay/patch-2
Browse files Browse the repository at this point in the history
Fix asset exclusion globbing pattern
  • Loading branch information
olefredrik authored Nov 28, 2017
2 parents 0fada44 + 8476e8f commit 4db1ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PATHS:
# Paths to static assets that aren't images, CSS, or JavaScript
assets:
- "src/assets/**/*"
- "!src/assets/{images,js,scss}/**/*"
- "!src/assets/{images,images/**/*,js,js/**/*,scss,scss/**/*}"
# Paths to Sass libraries, which can then be loaded with @import
sass:
- "node_modules/foundation-sites/scss"
Expand Down

0 comments on commit 4db1ebe

Please sign in to comment.