Skip to content

Commit

Permalink
exclude the node modules from tailwind content (#622)
Browse files Browse the repository at this point in the history
* exclude the node modules from tailwind content

* undo js file pattern

---------

Co-authored-by: Anushka <anushka@dbadbadba.com>
  • Loading branch information
2 people authored and leandrocp committed Oct 29, 2024
1 parent ebd0d7c commit 8050aa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/beacon/tailwind_compiler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ defmodule Beacon.RuntimeCSS.TailwindCompiler do
'./lib/*_web.ex',
'./lib/*_web/**/*.*ex',
'./apps/*_web/assets/**/*.js',
'!./apps/*_web/assets/node_modules/**',
'./apps/*_web/lib/*_web.ex',
'./apps/*_web/lib/*_web/**/*.*ex',
'#{tmp_dir}/*.template'
Expand Down

0 comments on commit 8050aa9

Please sign in to comment.