Karma/Bundle layout: Difference between revisions

BryanWB (talk | contribs)
BryanWB (talk | contribs)
Line 17: Line 17:
     INSTALL                         
     INSTALL                         
     karma.html                      # The starting page for accessing Karma lessons, should include links to the examples
     karma.html                      # The starting page for accessing Karma lessons, should include links to the examples
     karma.sh                        # This script launches karma.js, essentially it just checks if you have java installed so you can run karma.js (which depends on java)
     karma                           # This script launches karma.js, essentially it just checks if you have java installed so you can run karma.js (which depends on java)
     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