Skip to content

Commit

Permalink
filter more assets types so they are not parsed as JS
Browse files Browse the repository at this point in the history
  • Loading branch information
thheller committed May 7, 2018
1 parent 8862cca commit ea82d49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/shadow/build/npm.clj
Expand Up @@ -414,7 +414,11 @@

(def asset-exts
#{"css"
"scss"
"sass"
"less"
"png"
"gif"
"jpg"
"jpeg"
"svg"})
Expand Down

0 comments on commit ea82d49

Please sign in to comment.