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

Commit

Permalink
Add support for injection of plist, JSON, HTML, CSS and js resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Angel Quinones Garcia committed Dec 6, 2015
1 parent e677bc6 commit f5a2909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/dyci-recompile.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def copyResource(source, dyci):
exit(1)

# In case of resources..
if filename.endswith((".png", ".jpg", ".jpeg", ".strings")):
if filename.endswith((".png", ".jpg", ".jpeg", ".strings", ".plist", ".json", ".html", ".css", ".js")):
resultCode = copyResource(filename, DYCI_ROOT_DIR)
exit(resultCode)

Expand Down

0 comments on commit f5a2909

Please sign in to comment.