-
Notifications
You must be signed in to change notification settings - Fork 364
SLATE_IGNORE_FILES does not work #702
Comments
Same issue, it's only ignoring the first file listed. |
@arthurgouveia for your second file are you also trying to ignore a file in the assets folder? This did work for me successfully: |
@jonathanmoore have you tried on assets? |
This may be a regression caused by #647. Will investigate! |
@zapsilere finally getting to this. On closer inspection, it looks like the path you provide in your On build, This definitely was not documented well so totally not your fault for not getting this right. In fact the assets folder is up for a refactor because it's pretty damn confusing right now Can you confirm |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Problem
SLATE_IGNORE_FILES does not ignore my files
Replication steps
add this to your .env
SLATE_IGNORE_FILES=/config/settings_data.json:/assets/static/icons.svg
More Information
I want to ignore my icons.svg as whenever I deploy my work the icons.svg wont work properly so I have to upload it to the store directly whenever I deploy
am I writing the proper syntax?
The text was updated successfully, but these errors were encountered: