You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here are some tips on working with KA-Lite on your code editor of choice. If it's not listed here, you may ping using one of our Communication and Coordination links in case one of us uses your code editor.
Editing Tips for configuring Sublime Text 2 for KA Lite dev
The "static" folder directly under the "kalite" directory is where static files get assembled, leading to duplicate files, which can cause confusion about which file should be edited. To exclude that directory from file matches and searches, save your project (Project > Save Project) and then edit it (Project > Edit Project), adding the folder_exclude_patterns key seen below:
Set the kalite/static folder as Excluded on the Preferences -> Project Structure settings. This is related to the The "static" folder explanation above for Sublime Text.