|
Posted by Steve Roscio on January 8, 2008, 4:39 pm
Please log in for more thread options
Using module-starter or h2xs to begin a new module, we get this structure:
MyModule
MyModule/lib
MyModule/t
If MyModule also includes files that are used not for Perl, but for
a web server the module is intended to support, where are those put in
the structure? For example, JavaScript files, CSS files, and images?
Would it be something like this:
MyModule/web
MyModule/web/css
MyModule/web/img
MyModule/web/js
And then I include a utility script, or some POD, to explain that these
files need to be moved to the appropriate Apache or IIS (whatever)
directories?
Thanx,
- Steve
|