mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
more doc updates...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
69f2d8942c
commit
ea20634cd7
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
Hacks and fixes
|
Hacks and fixes
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
|||||||
@ -1,11 +1,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Basic project layout:
|
Basic project layout:
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
imagegrid/ - domain-specific modules...
|
imagegrid/ - domain-specific modules
|
||||||
|
|
||||||
features/ - feature modules...
|
features/ - feature modules
|
||||||
_feature.js - feature template
|
_feature.js - feature template
|
||||||
all.js - feature loader
|
all.js - feature loader
|
||||||
this module includes all the
|
this module includes all the
|
||||||
@ -14,39 +13,39 @@ Basic project layout:
|
|||||||
meta.js - feature configuration and
|
meta.js - feature configuration and
|
||||||
meta-features
|
meta-features
|
||||||
|
|
||||||
workers/ - workers...
|
workers/ - workers
|
||||||
|
|
||||||
lib/ - generic library modules...
|
lib/ - generic library modules
|
||||||
widgets/ - generic widgets...
|
widgets/ - generic widgets
|
||||||
_module.js - module template...
|
_module.js - module template
|
||||||
_template.js - generic js file template...
|
_template.js - generic js file template
|
||||||
|
|
||||||
ext-lib/ - external library modules...
|
ext-lib/ - external library modules
|
||||||
|
|
||||||
node_modules/ - npm modules...
|
node_modules/ - npm modules
|
||||||
ig-*/ - ImageGrid npm modules
|
ig-*/ - ImageGrid npm modules
|
||||||
|
|
||||||
css/ - css/less files
|
css/ - css/less files
|
||||||
widgets/ - widget-specific css...
|
widgets/ - widget-specific css
|
||||||
|
|
||||||
images/ - system images...
|
images/ - system images
|
||||||
data/ - data and assets...
|
data/ - data and assets
|
||||||
|
|
||||||
doc/ - various documentation...
|
doc/ - various dev documentation
|
||||||
PROJECT-LAYOUT - this file
|
PROJECT-LAYOUT - this file
|
||||||
BUILD-NOTES - notes on the build process
|
BUILD-NOTES - notes on the build process
|
||||||
NOTES - general notes...
|
NOTES - general notes
|
||||||
HACKS - list of hacks around external
|
HACKS - list of hacks around external
|
||||||
"features"...
|
"features" and bugs
|
||||||
|
|
||||||
experiments/ - standalone experiments...
|
experiments/ - standalone experiments
|
||||||
|
|
||||||
package.json - npm/nw configuration...
|
package.json - npm/nw configuration
|
||||||
electron.html - electron-specific html...
|
electron.html - electron-specific html
|
||||||
ui.js - GUI root setup...
|
ui.js - GUI root setup
|
||||||
|
|
||||||
ig.js - CLI entry point...
|
ig.js - CLI entry point
|
||||||
index.html - Browser/NW entry point...
|
index.html - Browser/NW entry point
|
||||||
e.js - electron entry point...
|
e.js - electron entry point
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user