mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b4fe7db680
commit
8cff0ed702
@ -1,4 +1,18 @@
|
|||||||
|
|
||||||
|
|
||||||
|
Initial build
|
||||||
|
=============
|
||||||
|
|
||||||
|
The `Makefile` handles all the dependencies in all cases but the first run
|
||||||
|
on a clean system can take a while because `make` uses `npx` to bootstrap
|
||||||
|
the required apps/libs.
|
||||||
|
|
||||||
|
It is recommended for a clean setup to either run make twice or run an
|
||||||
|
`npm install` first, this needs to be done to avoid version leaking from
|
||||||
|
the bootstrapped or global node packages to the build as defined by `package.json`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Version numbers
|
Version numbers
|
||||||
===============
|
===============
|
||||||
|
|
||||||
@ -6,6 +20,7 @@ The app version number is automatically synced between package.json (primary)
|
|||||||
and version.js, all version changes should be made in the former.
|
and version.js, all version changes should be made in the former.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Debugging startup errors
|
Debugging startup errors
|
||||||
========================
|
========================
|
||||||
|
|
||||||
@ -27,6 +42,7 @@ Common reasons for failure on startup:
|
|||||||
overridden by calling .ready()
|
overridden by calling .ready()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Modules and RequireJS
|
Modules and RequireJS
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
@ -65,6 +81,7 @@ This seems a bit confusing, so at least the naming convention should be
|
|||||||
revised.
|
revised.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Entry points
|
Entry points
|
||||||
============
|
============
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user