Public Member Functions | |
def | __init__ |
Public Attributes | |
exclude | |
forceFirst | |
forceLast | |
include |
Represents a parsed configuration file. A configuration file should be of the following form: [first] 3rd/prototype.js core/application.js core/params.js # A comment [last] core/api.js # Another comment [exclude] 3rd/logger.js exclude/this/dir All headings are required. The files listed in the `first` section will be forced to load *before* all other files (in the order listed). The files in `last` section will be forced to load *after* all the other files (in the order listed). The files list in the `exclude` section will not be imported. Any text appearing after a # symbol indicates a comment.
Definition at line 92 of file mergejs.py.
def mergejs.Config.__init__ | ( | self, | |
filename | |||
) |
Parses the content of the named file and stores the values.
Definition at line 124 of file mergejs.py.
Definition at line 126 of file mergejs.py.
Definition at line 126 of file mergejs.py.
Definition at line 126 of file mergejs.py.
Definition at line 126 of file mergejs.py.