Karma/Bundle layout: Difference between revisions

BryanWB (talk | contribs)
BryanWB (talk | contribs)
Line 12: Line 12:
     ChangeLog                       
     ChangeLog                       
     COPYING                        # Licensing information, should default to MIT License  ? how distinguish b/w code licensing and content licensing
     COPYING                        # Licensing information, should default to MIT License  ? how distinguish b/w code licensing and content licensing
     css/                            # css/ and js/ contain the code common to all examples, lessons, and karma.html
     css/                            # css/ and js/ contain the code common to all examples, lessons, and karma.html
     examples/                      # working examples of karma lessons
     examples/                      # working examples of karma lessons
Line 17: Line 18:
     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                          # 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 is a shell script that launches karma.js, it just checks if you have java installed so you can run karma.js  
     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