Karma/Bundle layout: Difference between revisions
No edit summary |
|||
| Line 18: | Line 18: | ||
karma ( This is a shell script that launches karma.js, it just checks if you have java installed so you can run karma.js | karma ( This is a shell script that launches karma.js, it just checks if you have java installed so you can run karma.js | ||
it is inspired partly by rails and [http://docs.djangoproject.com/en/dev/ref/django-admin/ django-admin] administrative scripts ) | it is inspired partly by rails and [http://docs.djangoproject.com/en/dev/ref/django-admin/ django-admin] administrative scripts ) | ||
kindex.html ( The starting page for accessing Karma lessons, should include links to the examples ) | |||
karma.js ( The main utility script for karma, all it dependencies live in utils/ ) | karma.js ( The main utility script for karma, all it dependencies live in utils/ ) | ||
lessons/ ( this is the workspace for creating new Karma lessons ) | lessons/ ( this is the workspace for creating new Karma lessons ) | ||