Karma/Bundle layout: Difference between revisions
No edit summary |
|||
| Line 37: | Line 37: | ||
The '''Below information is out-of-date''' | The '''Below information is out-of-date''' | ||
<strike> | |||
activity/ | activity/ | ||
activity.info (activity info file) | activity.info (activity info file) | ||
| Line 83: | Line 83: | ||
utils/ | utils/ | ||
webtoolbar.py | webtoolbar.py | ||
</strike> | |||
== Lesson == | == Lesson == | ||
| Line 91: | Line 91: | ||
assets/ | assets/ | ||
{langCode}/ (files specific to langCode: en-US, en, es-MX, es, ....) and not the default locale | {langCode}/ (files specific to langCode: en-US, en, es-MX, es, ....) and not the default locale | ||
image/ | |||
audio/ | |||
svg/ | |||
video/ | |||
css/ | css/ | ||
| Line 113: | Line 113: | ||
*Notes: | *Notes: | ||
# {langCode} represents the lang code and country code | # {langCode} represents the lang code and country code | ||
# which will be the template language for | # which will be the template language for assets/docs/* ?, English suggested | ||
# suggestion: rename assets/{langCode}/docs/ to docs/{langCode}/ . This is based that at this moment there are no other kind of files under assets/ than 'docs' | # suggestion: rename assets/{langCode}/docs/ to docs/{langCode}/ . This is based that at this moment there are no other kind of files under assets/ than 'docs' | ||