mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
updated makefaile web target...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
111bd361f5
commit
6714b0037a
@ -305,7 +305,9 @@ JS_FILES := $(ROOT_JS_FILES) \
|
||||
$(wildcard $(EXT_LIB_DIR)/*.js)
|
||||
DOC_FILES := doc/MAKE
|
||||
|
||||
INCLUDE_NODE_MODULES = ig-object ig-actions ig-features
|
||||
INCLUDE_NODE_MODULES = \
|
||||
ig-object ig-actions ig-features ig-types ig-argv object-run \
|
||||
requirejs requirejs-plugins
|
||||
|
||||
INCLUDE_NW_NODE_MODULES = app-module-path
|
||||
|
||||
|
||||
@ -92,11 +92,13 @@ if(typeof(process) == 'undefined'){
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- XXX STUB: this fixes Chrome's tendency to mess up full screen colors
|
||||
unless a video is present and visible... -->
|
||||
<video style="display:block; position:absolute; width:1px; height:1px; top:0px; left:0px" tabindex="-1">
|
||||
<source src="data/blank.mp4" type="video/mp4">
|
||||
</video>
|
||||
|
||||
<!-- XXX STUB: this lives in css/filters.svg but Chrome refuses to reference
|
||||
it's internals from the file:// protocol... -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="0%" height="0%" class="svg-filters">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user